Home
last modified time | relevance | path

Searched refs:workspacePath (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DCreateFileChange.java51 CreateFileChange(@NonNull String name, @NonNull IPath workspacePath, File source) { in CreateFileChange() argument
53 mPath = workspacePath; in CreateFileChange()
DTemplateHandler.java1148 IPath workspacePath = mProject.getFullPath().append(path); in copy() local
1149 mOtherChanges.add(new CreateFileChange(targetName, workspacePath, src)); in copy()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorApplication.java52 IPath workspacePath = new Path(AndroidLocation.getFolder()).append(MONITOR_WORKSPACE_PATH); in start() local
53 instanceLoc.set(workspacePath.toFile().toURI().toURL(), true); in start()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java459 IPath workspacePath = root.getLocation(); in getAbsolutePath() local
460 return workspacePath.append(resource.getFullPath()); in getAbsolutePath()
541 IPath workspacePath = workspace.getLocation(); in pathToIFile() local
542 if (workspacePath.isPrefixOf(path)) { in pathToIFile()
543 IPath relativePath = path.makeRelativeTo(workspacePath); in pathToIFile()
569 IPath workspacePath = workspace.getLocation(); in pathToResource() local
570 if (workspacePath.isPrefixOf(path)) { in pathToResource()
571 IPath relativePath = path.makeRelativeTo(workspacePath); in pathToResource()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java1163 IPath workspacePath = workspace.getLocation(); in showInclude() local
1164 if (workspacePath.isPrefixOf(filePath)) { in showInclude()
1165 IPath relativePath = filePath.makeRelativeTo(workspacePath); in showInclude()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java491 IPath workspacePath = workspace.getLocation(); in setVisible() local
492 sImagePath = workspacePath.append(icon.getFullPath()).toOSString(); in setVisible()