Searched defs:relative (Results 1 – 13 of 13) sorted by relevance
84 IPath relative = file.getFullPath().makeRelativeTo(genFolder.getFullPath()); in handleGeneratedFile() local188 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in doCompileFiles() local429 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in getDependencyFolder() local
152 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in doCompileFiles() local377 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in getAidlOutputFile() local
219 private File makeTestFile(String name, String relative, in makeTestFile()224 private File makeTestFile(File dir, String name, String relative, in makeTestFile()269 String relative = null; in getTestfile() local
140 MockXmlNode relative = new MockXmlNode(null /* namespace */, "RelativeLayout", in setUp() local
98 String relative = filePath.substring(sourceFolder.length()); in process() local
148 String relative = filePath.substring(sourceFolder.length()); in getDependencyFolder() local
115 String relative; in write() local
136 String relative = pathUrl.substring(prefixUrl.length()); in getUrl() local
171 String relative = file.getParent() + File.separator + source; in getSourceFile() local186 String relative = start > parentPath.length() ? // default package? in getSourceFile() local
219 String relative = basename + "info"; //$NON-NLS-1$ in createInfos() local
260 String relative = ".android" + File.separator + "cache"; //$NON-NLS-1$ //$NON-NLS-2$ in getCacheDir() local
291 String relative = "android/Manifest.permission.html#" //$NON-NLS-1$ in openManifestName() local305 String relative; in openManifestName() local405 private static URL getDocUrl(String relative) { in getDocUrl()
603 private IPath getTargetPath(@NonNull String relative) { in getTargetPath()