Home
last modified time | relevance | path

Searched defs:baseApk (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/dex/
DDexMetadataHelperTest.java226 ApkLite baseApk = PackageParser.parseApkLite(is.getFD(), base.getAbsolutePath(), 0); in testPackageSizeWithPartialPackageLite() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java412 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite()
899 final ApkLite baseApk = parseApkLite(packageFile, flags); in parseMonolithicPackageLite() local
950 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() local
1244 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java1539 ApkLite baseApk = null; in validateApkInstallLocked() local
DPackageManagerShellCommand.java464 ApkLite baseApk = PackageParser.parseApkLite(fd.getFileDescriptor(), inPath, 0); in setParamsSize() local