OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:workspacePath
(Results
1 - 8
of
8
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
CreateFileChange.java
51
CreateFileChange(@NonNull String name, @NonNull IPath
workspacePath
, File source) {
53
mPath =
workspacePath
;
TemplateHandler.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java
52
IPath
workspacePath
= new Path(AndroidLocation.getFolder()).append(MONITOR_WORKSPACE_PATH);
53
instanceLoc.set(
workspacePath
.toFile().toURI().toURL(), true);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
460
IPath
workspacePath
= root.getLocation();
461
return
workspacePath
.append(resource.getFullPath());
542
IPath
workspacePath
= workspace.getLocation();
543
if (
workspacePath
.isPrefixOf(path)) {
544
IPath relativePath = path.makeRelativeTo(
workspacePath
);
570
IPath
workspacePath
= workspace.getLocation();
571
if (
workspacePath
.isPrefixOf(path)) {
572
IPath relativePath = path.makeRelativeTo(
workspacePath
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java
491
IPath
workspacePath
= workspace.getLocation();
492
sImagePath =
workspacePath
.append(icon.getFullPath()).toOSString();
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
org.eclipse.help.base_3.5.2.v201011171123.jar
Completed in 5560 milliseconds