Searched refs:rootPath (Results 1 – 5 of 5) sorted by relevance
194 String rootPath = mProperties.getProperty(propName); in ProjectState() local196 if (rootPath == null) { in ProjectState()200 mLibraries.add(new LibraryState(convertPath(rootPath))); in ProjectState()313 String rootPath = mProperties.getProperty(propName); in reloadProperties() local315 if (rootPath == null) { in reloadProperties()321 String convertedPath = convertPath(rootPath); in reloadProperties()628 String rootPath = mProperties.getProperty(propName); in replaceLibraryProperty() local630 if (rootPath == null) { in replaceLibraryProperty()634 if (rootPath.equals(oldValue)) { in replaceLibraryProperty()
185 String rootPath = mProject.getLocation().toOSString(); in parseLlvmOutput() local186 int rootPathLength = rootPath.length(); in parseLlvmOutput()199 if (filePath.startsWith(rootPath) == false) { in parseLlvmOutput()
111 String rootPath = root.getPath(); in getTemplateLocation() local113 rootPath.replace('/', File.separatorChar) + File.separator in getTemplateLocation()
267 static TemplateHandler createFromPath(File rootPath) { in createFromPath() argument268 return new TemplateHandler(rootPath, new TemplateManager()); in createFromPath()289 private TemplateHandler(File rootPath, TemplateManager manager) { in TemplateHandler() argument290 mRootPath = rootPath; in TemplateHandler()
417 String rootPath = rootDirectory.getAbsolutePath(); in addFileToJar() local419 path = path.substring(rootPath.length()).replace("\\", "/"); //$NON-NLS-1$ //$NON-NLS-2$ in addFileToJar()