Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
DTraceviewLauncher.java38 public boolean openFile(String osPath) { in openFile() argument
39 final IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(osPath)); in openFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DITraceviewLauncher.java24 boolean openFile(String osPath); in openFile() argument
DDdmsPlugin.java828 public boolean launchTraceview(String osPath) { in launchTraceview() argument
832 if (launcher.openFile(osPath)) { in launchTraceview()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectWizardState.java200 String osPath = path.append(SdkConstants.FN_ANDROID_MANIFEST_XML).toOSString(); in extractFromAndroidManifest() local
201 if (!(new File(osPath).exists())) { in extractFromAndroidManifest()
205 ManifestData manifestData = AndroidManifestHelper.parseForData(osPath); in extractFromAndroidManifest()
DProjectNamePage.java532 String osPath = path.append(SdkConstants.FN_ANDROID_MANIFEST_XML).toOSString(); in validateLocation() local
533 File manifestFile = new File(osPath); in validateLocation()
543 ManifestData manifestData = AndroidManifestHelper.parseForData(osPath); in validateLocation()
546 String.format("File %1$s could not be parsed.", osPath)); in validateLocation()
551 String.format("No package name defined in %1$s.", osPath)); in validateLocation()
559 String.format("No activity name defined in %1$s.", osPath)); in validateLocation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java1370 private boolean checkFile(String osPath) {
1371 File file = new File(osPath);
1384 private boolean checkFolder(String osPath) {
1385 File file = new File(osPath);