Lines Matching defs:getPath
193 data.path = getPath().substring(0, path.lastIndexOf('/'));
239 + Util.htmlize(getPath());
569 dtag = eftarReader.get(getPath());
688 * Get the project {@link #getPath()} refers to.
952 public String getPath() {
993 * @see #getPath()
997 resourceFile = getResourceFile(getPath());
1015 resourcePath = getResourceFile().getPath().replace(File.separatorChar, '/');
1032 return getResourcePath().equals("/") || ignoredNames.ignore(getPath())
1073 File lresourceFile = new File(getSourceRootPath() + getPath(), name);
1094 * Find the files with the given names in the {@link #getPath()} directory
1124 * Lookup the file {@link #getPath()} relative to the crossfile directory of
1170 * @see #getPath()
1174 uriEncodedPath = Util.URIEncodePath(getPath());