Searched defs:baseApk (Results 1 – 3 of 3) sorted by relevance
225 ApkLite baseApk = PackageParser.parseApkLite(is.getFD(), base.getAbsolutePath(), 0); in testPackageSizeWithPartialPackageLite() local
425 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite()891 final ApkLite baseApk = parseApkLite(packageFile, flags); in parseMonolithicPackageLite() local942 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() local1234 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage() local
331 ApkLite baseApk = PackageParser.parseApkLite(fd.getFileDescriptor(), inPath, 0); in setParamsSize() local