Searched refs:packagePath (Results 1 – 2 of 2) sorted by relevance
61 String packagePath = getFilenameFromPackageName(packageName); in main() local62 if (packagePath != null) { in main()63 dumpApk(packageName, packagePath); in main()178 private static void dumpApk(String packageName, String packagePath) throws IOException { in dumpApk() argument179 File apk = new File(packagePath); in dumpApk()
140 final File packagePath = new File(sourceDir); in createReadOnlyBinaryDictionary() local142 if (!packagePath.isFile()) { in createReadOnlyBinaryDictionary()