Home
last modified time | relevance | path

Searched refs:tmpPackageFile (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstallPackageHelper.java1231 final File tmpPackageFile = new File( in preparePackageLI() local
1233 if (DEBUG_INSTALL) Slog.d(TAG, "installPackageLI: path=" + tmpPackageFile); in preparePackageLI()
1253 parsedPackage = pp.parsePackage(tmpPackageFile, parseFlags, false); in preparePackageLI()