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.java219 ApkLite baseApk = PackageParser.parseApkLite(is.getFD(), base.getAbsolutePath(), 0); in testPackageSizeWithPartialPackageLite() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java415 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite()
943 final ApkLite baseApk = parseApkLite(packageFile, flags); in parseMonolithicPackageLite() local
994 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() local
1288 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java1506 ApkLite baseApk = null; in validateApkInstallLocked() local
DPackageManagerShellCommand.java445 ApkLite baseApk = PackageParser.parseApkLite(fd.getFileDescriptor(), inPath, 0); in setParamsSize() local