/aosp14/frameworks/base/core/java/android/content/pm/dex/ |
H A D | DexMetadataHelper.java | 20 import static android.content.pm.parsing.ApkLiteParseUtils.APK_FILE_EXTENSION; 22 import android.content.pm.parsing.ApkLiteParseUtils; 156 if (!ApkLiteParseUtils.isApkPath(codePath)) { in buildDexMetadataPathForApk() 171 return ApkLiteParseUtils.isApkFile(targetFile) in buildDexMetadataPathForFile() 291 if (ApkLiteParseUtils.isApkPath(paths[i])) { in validateDexPaths()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/split/ |
H A D | DefaultSplitAssetLoader.java | 18 import android.content.pm.parsing.ApkLiteParseUtils; 53 && !ApkLiteParseUtils.isApkPath(path)) { in loadApkAssets()
|
H A D | SplitAssetDependencyLoader.java | 19 import android.content.pm.parsing.ApkLiteParseUtils; 70 && !ApkLiteParseUtils.isApkPath(path)) { in loadApkAssets()
|
/aosp14/frameworks/base/core/java/com/android/internal/content/om/ |
H A D | OverlayScanner.java | 24 import android.content.pm.parsing.ApkLiteParseUtils; 183 final ParseResult<ApkLite> ret = ApkLiteParseUtils.parseApkLite(input.reset(), in parseOverlayManifest()
|
/aosp14/frameworks/base/core/java/android/util/apk/ |
H A D | ApkSignatureVerifier.java | 30 import android.content.pm.parsing.ApkLiteParseUtils; 383 ApkLiteParseUtils.ANDROID_MANIFEST_FILENAME); in verifyV1Signature() 397 + ApkLiteParseUtils.ANDROID_MANIFEST_FILENAME); in verifyV1Signature() 410 if (entryName.equals(ApkLiteParseUtils.ANDROID_MANIFEST_FILENAME)) continue; in verifyV1Signature()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | DexMetadataHelperTest.java | 28 import android.content.pm.parsing.ApkLiteParseUtils; 397 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in testPackageSizeWithDmFile() 413 final ParseResult<ApkLite> result = ApkLiteParseUtils.parseApkLite( in testPackageSizeWithPartialPackageLite()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageMetrics.java | 25 import android.content.pm.parsing.ApkLiteParseUtils; 160 && ApkLiteParseUtils.isApkFile(p.toFile())).forEach( in getApksSize()
|
H A D | MovePackageHelper.java | 38 import android.content.pm.parsing.ApkLiteParseUtils; 292 final ParseResult<PackageLite> ret = ApkLiteParseUtils.parsePackageLite(input, in movePackageInternal()
|
H A D | RemovePackageHelper.java | 34 import android.content.pm.parsing.ApkLiteParseUtils; 408 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in cleanUpResourcesLI()
|
H A D | ApkChecksums.java | 26 import static android.content.pm.parsing.ApkLiteParseUtils.APK_FILE_EXTENSION; 40 import android.content.pm.parsing.ApkLiteParseUtils; 177 if (!ApkLiteParseUtils.isApkPath(codePath)) { in buildDigestsPathForApk()
|
H A D | PackageManagerServiceUtils.java | 61 import android.content.pm.parsing.ApkLiteParseUtils; 973 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in calculateInstalledSize() 1040 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in copyPackage()
|
H A D | StorageEventHelper.java | 19 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
|
H A D | PackageInstallerSession.java | 104 import android.content.pm.parsing.ApkLiteParseUtils; 1971 ApkLiteParseUtils.parseApkLite(input.reset(), addedFile, 0); in fetchPackageName() 2906 ApkLiteParseUtils.parsePackageLite(input, packageFile, flags); 3051 final ParseResult<ApkLite> ret = ApkLiteParseUtils.parseApkLite(input.reset(), 3138 final ParseResult<ApkLite> result = ApkLiteParseUtils.parseApkLite(input.reset(), 3164 final String targetName = ApkLiteParseUtils.splitNameToFileName(apk); 3280 ApkLiteParseUtils.composePackageLiteFromApks(input.reset(), stageDir, baseApk, 3290 ParseResult<PackageLite> pkgLiteResult = ApkLiteParseUtils.parsePackageLite(
|
H A D | PackageAbiHelperImpl.java | 21 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
|
H A D | PackageManagerShellCommand.java | 69 import android.content.pm.parsing.ApkLiteParseUtils; 691 ParseResult<ApkLite> apkLiteResult = ApkLiteParseUtils.parseApkLite( in setParamsSize()
|
H A D | InstallPackageHelper.java | 40 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
|
/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 30 import android.content.pm.parsing.ApkLiteParseUtils; 89 final ParseResult<PackageLite> ret = ApkLiteParseUtils.parsePackageLite(input.reset(), in create()
|
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | RollbackManagerServiceImpl.java | 39 import android.content.pm.parsing.ApkLiteParseUtils; 834 final ParseResult<ApkLite> parseResult = ApkLiteParseUtils.parseApkLite(
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
H A D | ParsingPackageUtils.java | 53 import android.content.pm.parsing.ApkLiteParseUtils; 384 ApkLiteParseUtils.parseClusterPackageLite(input, packageDir, liteParseFlags); in parseClusterPackage() 451 ApkLiteParseUtils.parseMonolithicPackageLite(input, apkFile, flags); in parseMonolithicPackage() 616 ApkLiteParseUtils.parsePackageSplitNames(input, parser); in parseBaseApk() 664 ApkLiteParseUtils.parsePackageSplitNames(input, parser); in parseSplitApk()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | PackageInstaller.java | 57 import android.content.pm.parsing.ApkLiteParseUtils; 2087 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in readInstallInfo() 2106 final ParseResult<PackageLite> result = ApkLiteParseUtils.parseMonolithicPackageLite(input, in readInstallInfo()
|
/aosp14/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ApkLiteParseUtils.java | 61 public class ApkLiteParseUtils { class
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 1776 android.content.pm.parsing.ApkLiteParseUtils$SplitNameComparator 1777 android.content.pm.parsing.ApkLiteParseUtils
|
H A D | boot-image-profile.txt | 4900 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseApkLite(Landroid/content/pm/parsing/result/… 4901 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseApkLiteInner(Landroid/content/pm/parsing/re… 4902 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseMonolithicPackageLite(Landroid/content/pm/p… 24559 Landroid/content/pm/parsing/ApkLiteParseUtils$SplitNameComparator; 24560 Landroid/content/pm/parsing/ApkLiteParseUtils;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 1780 android.content.pm.parsing.ApkLiteParseUtils$SplitNameComparator 1781 android.content.pm.parsing.ApkLiteParseUtils
|
H A D | boot-image-profile.txt | 4903 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseApkLite(Landroid/content/pm/parsing/result/… 4904 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseApkLiteInner(Landroid/content/pm/parsing/re… 4905 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseMonolithicPackageLite(Landroid/content/pm/p… 34666 Landroid/content/pm/parsing/ApkLiteParseUtils$SplitNameComparator; 34667 Landroid/content/pm/parsing/ApkLiteParseUtils;
|