Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DITraceviewLauncher.java24 boolean openFile(String osPath); in openFile() argument
DDdmsPlugin.java824 public boolean launchTraceview(String osPath) { in launchTraceview() argument
828 if (launcher.openFile(osPath)) { in launchTraceview()
/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.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.java531 String osPath = path.append(SdkConstants.FN_ANDROID_MANIFEST_XML).toOSString(); in validateLocation() local
532 File manifestFile = new File(osPath); in validateLocation()
542 ManifestData manifestData = AndroidManifestHelper.parseForData(osPath); in validateLocation()
545 String.format("File %1$s could not be parsed.", osPath)); in validateLocation()
550 String.format("No package name defined in %1$s.", osPath)); in validateLocation()
558 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.java1376 private boolean checkFile(String osPath) {
1377 File file = new File(osPath);
1390 private boolean checkFolder(String osPath) {
1391 File file = new File(osPath);