Searched refs:osPath (Results 1 – 6 of 6) sorted by relevance
38 public boolean openFile(String osPath) { in openFile() argument39 final IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(osPath)); in openFile()
24 boolean openFile(String osPath); in openFile() argument
828 public boolean launchTraceview(String osPath) { in launchTraceview() argument832 if (launcher.openFile(osPath)) { in launchTraceview()
200 String osPath = path.append(SdkConstants.FN_ANDROID_MANIFEST_XML).toOSString(); in extractFromAndroidManifest() local201 if (!(new File(osPath).exists())) { in extractFromAndroidManifest()205 ManifestData manifestData = AndroidManifestHelper.parseForData(osPath); in extractFromAndroidManifest()
532 String osPath = path.append(SdkConstants.FN_ANDROID_MANIFEST_XML).toOSString(); in validateLocation() local533 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()
1370 private boolean checkFile(String osPath) {1371 File file = new File(osPath);1384 private boolean checkFolder(String osPath) {1385 File file = new File(osPath);