Searched refs:tmpPackageFile (Results 1 – 1 of 1) sorted by relevance
1231 final File tmpPackageFile = new File( in preparePackageLI() local1233 if (DEBUG_INSTALL) Slog.d(TAG, "installPackageLI: path=" + tmpPackageFile); in preparePackageLI()1253 parsedPackage = pp.parsePackage(tmpPackageFile, parseFlags, false); in preparePackageLI()