/aosp12/frameworks/base/core/java/android/content/pm/dex/ |
H A D | DexMetadataHelper.java | 20 import static android.content.pm.parsing.ApkLiteParseUtils.APK_FILE_EXTENSION; 23 import android.content.pm.parsing.ApkLiteParseUtils; 155 if (!ApkLiteParseUtils.isApkPath(codePath)) { in buildDexMetadataPathForApk() 170 return ApkLiteParseUtils.isApkFile(targetFile) in buildDexMetadataPathForFile() 292 if (ApkLiteParseUtils.isApkPath(paths[i])) { in validateDexPaths()
|
/aosp12/frameworks/base/core/java/android/content/pm/split/ |
H A D | DefaultSplitAssetLoader.java | 22 import android.content.pm.parsing.ApkLiteParseUtils; 57 && !ApkLiteParseUtils.isApkPath(path)) { in loadApkAssets()
|
H A D | SplitAssetDependencyLoader.java | 23 import android.content.pm.parsing.ApkLiteParseUtils; 72 && !ApkLiteParseUtils.isApkPath(path)) { in loadApkAssets()
|
/aosp12/frameworks/base/core/java/com/android/internal/content/om/ |
H A D | OverlayScanner.java | 24 import android.content.pm.parsing.ApkLiteParseUtils; 131 final ParseResult<ApkLite> ret = ApkLiteParseUtils.parseApkLite(input.reset(), in parseOverlayManifest()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | DexMetadataHelperTest.java | 29 import android.content.pm.parsing.ApkLiteParseUtils; 391 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in testPackageSizeWithDmFile() 407 final ParseResult<ApkLite> result = ApkLiteParseUtils.parseApkLite( in testPackageSizeWithPartialPackageLite()
|
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
H A D | InstallInstalling.java | 28 import android.content.pm.parsing.ApkLiteParseUtils; 146 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in onCreate()
|
/aosp12/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 30 import android.content.pm.parsing.ApkLiteParseUtils; 90 final ParseResult<PackageLite> ret = ApkLiteParseUtils.parsePackageLite(input.reset(), in create()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ApkChecksums.java | 26 import static android.content.pm.parsing.ApkLiteParseUtils.APK_FILE_EXTENSION; 40 import android.content.pm.parsing.ApkLiteParseUtils; 174 if (!ApkLiteParseUtils.isApkPath(codePath)) { in buildDigestsPathForApk()
|
H A D | PackageManagerServiceUtils.java | 40 import android.content.pm.parsing.ApkLiteParseUtils; 883 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in calculateInstalledSize() 950 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in copyPackage()
|
H A D | PackageInstallerSession.java | 89 import android.content.pm.parsing.ApkLiteParseUtils; 2715 ApkLiteParseUtils.parsePackageLite(input, packageFile, flags); in getOrParsePackageLiteLocked() 2878 final ParseResult<ApkLite> ret = ApkLiteParseUtils.parseApkLite(input.reset(), in validateApexInstallLocked() 2957 final ParseResult<ApkLite> result = ApkLiteParseUtils.parseApkLite(input.reset(), in validateApkInstallLocked() 2982 final String targetName = ApkLiteParseUtils.splitNameToFileName(apk); in validateApkInstallLocked() 3070 ApkLiteParseUtils.composePackageLiteFromApks(input.reset(), stageDir, baseApk, in validateApkInstallLocked() 3080 ParseResult<PackageLite> pkgLiteResult = ApkLiteParseUtils.parsePackageLite( in validateApkInstallLocked()
|
H A D | PackageAbiHelperImpl.java | 21 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
|
H A D | PackageManagerShellCommand.java | 59 import android.content.pm.parsing.ApkLiteParseUtils; 575 ParseResult<ApkLite> apkLiteResult = ApkLiteParseUtils.parseApkLite( in setParamsSize()
|
H A D | PackageManagerService.java | 99 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile; 240 import android.content.pm.parsing.ApkLiteParseUtils; 18962 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in cleanUpResourcesLI() 26420 final ParseResult<PackageLite> ret = ApkLiteParseUtils.parsePackageLite(input,
|
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | RollbackManagerServiceImpl.java | 39 import android.content.pm.parsing.ApkLiteParseUtils; 837 final ParseResult<ApkLite> parseResult = ApkLiteParseUtils.parseApkLite(
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ApkLiteParseUtils.java | 61 public class ApkLiteParseUtils { class
|
H A D | ParsingPackageUtils.java | 362 ApkLiteParseUtils.parseClusterPackageLite(input, packageDir, 0); in parseClusterPackage() 430 ApkLiteParseUtils.parseMonolithicPackageLite(input, apkFile, flags); in parseMonolithicPackage() 591 ApkLiteParseUtils.parsePackageSplitNames(input, parser); in parseBaseApk()
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 1612 android.content.pm.parsing.ApkLiteParseUtils
|
H A D | boot-image-profile.txt | 4931 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseApkLite(Landroid/content/pm/parsing/result/… 4932 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseApkLiteInner(Landroid/content/pm/parsing/re… 4933 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseMonolithicPackageLite(Landroid/content/pm/p… 24506 Landroid/content/pm/parsing/ApkLiteParseUtils$SplitNameComparator; 24507 Landroid/content/pm/parsing/ApkLiteParseUtils;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 1611 android.content.pm.parsing.ApkLiteParseUtils
|
H A D | boot-image-profile.txt | 4929 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseApkLite(Landroid/content/pm/parsing/result/… 4930 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseApkLiteInner(Landroid/content/pm/parsing/re… 4931 HSPLandroid/content/pm/parsing/ApkLiteParseUtils;->parseMonolithicPackageLite(Landroid/content/pm/p… 34143 Landroid/content/pm/parsing/ApkLiteParseUtils$SplitNameComparator; 34144 Landroid/content/pm/parsing/ApkLiteParseUtils;
|