Home | History | Annotate | Download | only in pm

Lines Matching defs:packageDir

897     static PackageLite parseClusterPackageLite(File packageDir, int flags)
899 final File[] files = packageDir.listFiles();
945 "Missing base APK in " + packageDir);
979 final String codePath = packageDir.getAbsolutePath();
1211 private Package parseClusterPackage(File packageDir, int flags) throws PackageParserException {
1212 final PackageLite lite = parseClusterPackageLite(packageDir, 0);
1215 "Not a coreApp: " + packageDir);
1258 pkg.setCodePath(packageDir.getCanonicalPath());