Home
last modified time | relevance | path

Searched refs:ApkLiteParseUtils (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/dex/
H A DDexMetadataHelper.java20 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 DDefaultSplitAssetLoader.java22 import android.content.pm.parsing.ApkLiteParseUtils;
57 && !ApkLiteParseUtils.isApkPath(path)) { in loadApkAssets()
H A DSplitAssetDependencyLoader.java23 import android.content.pm.parsing.ApkLiteParseUtils;
72 && !ApkLiteParseUtils.isApkPath(path)) { in loadApkAssets()
/aosp12/frameworks/base/core/java/com/android/internal/content/om/
H A DOverlayScanner.java24 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 DDexMetadataHelperTest.java29 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 DInstallInstalling.java28 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 DNativeLibraryHelper.java30 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 DApkChecksums.java26 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 DPackageManagerServiceUtils.java40 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 DPackageInstallerSession.java89 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 DPackageAbiHelperImpl.java21 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
H A DPackageManagerShellCommand.java59 import android.content.pm.parsing.ApkLiteParseUtils;
575 ParseResult<ApkLite> apkLiteResult = ApkLiteParseUtils.parseApkLite( in setParamsSize()
H A DPackageManagerService.java99 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 DRollbackManagerServiceImpl.java39 import android.content.pm.parsing.ApkLiteParseUtils;
837 final ParseResult<ApkLite> parseResult = ApkLiteParseUtils.parseApkLite(
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLiteParseUtils.java61 public class ApkLiteParseUtils { class
H A DParsingPackageUtils.java362 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 Dpreloaded-classes1612 android.content.pm.parsing.ApkLiteParseUtils
H A Dboot-image-profile.txt4931 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 Dpreloaded-classes1611 android.content.pm.parsing.ApkLiteParseUtils
H A Dboot-image-profile.txt4929 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;