Searched refs:workspacePath (Results 1 – 6 of 6) sorted by relevance
51 CreateFileChange(@NonNull String name, @NonNull IPath workspacePath, File source) { in CreateFileChange() argument53 mPath = workspacePath; in CreateFileChange()
1148 IPath workspacePath = mProject.getFullPath().append(path); in copy() local1149 mOtherChanges.add(new CreateFileChange(targetName, workspacePath, src)); in copy()
52 IPath workspacePath = new Path(AndroidLocation.getFolder()).append(MONITOR_WORKSPACE_PATH); in start() local53 instanceLoc.set(workspacePath.toFile().toURI().toURL(), true); in start()
459 IPath workspacePath = root.getLocation(); in getAbsolutePath() local460 return workspacePath.append(resource.getFullPath()); in getAbsolutePath()541 IPath workspacePath = workspace.getLocation(); in pathToIFile() local542 if (workspacePath.isPrefixOf(path)) { in pathToIFile()543 IPath relativePath = path.makeRelativeTo(workspacePath); in pathToIFile()569 IPath workspacePath = workspace.getLocation(); in pathToResource() local570 if (workspacePath.isPrefixOf(path)) { in pathToResource()571 IPath relativePath = path.makeRelativeTo(workspacePath); in pathToResource()
1163 IPath workspacePath = workspace.getLocation(); in showInclude() local1164 if (workspacePath.isPrefixOf(filePath)) { in showInclude()1165 IPath relativePath = filePath.makeRelativeTo(workspacePath); in showInclude()
491 IPath workspacePath = workspace.getLocation(); in setVisible() local492 sImagePath = workspacePath.append(icon.getFullPath()).toOSString(); in setVisible()