Searched refs:osPath (Results 1 – 6 of 6) sorted by relevance
24 boolean openFile(String osPath); in openFile() argument
824 public boolean launchTraceview(String osPath) { in launchTraceview() argument828 if (launcher.openFile(osPath)) { in launchTraceview()
38 public boolean openFile(String osPath) { in openFile() argument39 final IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(osPath)); in openFile()
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()
531 String osPath = path.append(SdkConstants.FN_ANDROID_MANIFEST_XML).toOSString(); in validateLocation() local532 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()
1376 private boolean checkFile(String osPath) {1377 File file = new File(osPath);1390 private boolean checkFolder(String osPath) {1391 File file = new File(osPath);