Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/dex/
H A DDexMetadataHelper.java20 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 DDefaultSplitAssetLoader.java18 import android.content.pm.parsing.ApkLiteParseUtils;
53 && !ApkLiteParseUtils.isApkPath(path)) { in loadApkAssets()
H A DSplitAssetDependencyLoader.java19 import android.content.pm.parsing.ApkLiteParseUtils;
70 && !ApkLiteParseUtils.isApkPath(path)) { in loadApkAssets()
/aosp14/frameworks/base/core/java/com/android/internal/content/om/
H A DOverlayScanner.java24 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 DApkSignatureVerifier.java30 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 DDexMetadataHelperTest.java28 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 DPackageMetrics.java25 import android.content.pm.parsing.ApkLiteParseUtils;
160 && ApkLiteParseUtils.isApkFile(p.toFile())).forEach( in getApksSize()
H A DMovePackageHelper.java38 import android.content.pm.parsing.ApkLiteParseUtils;
292 final ParseResult<PackageLite> ret = ApkLiteParseUtils.parsePackageLite(input, in movePackageInternal()
H A DRemovePackageHelper.java34 import android.content.pm.parsing.ApkLiteParseUtils;
408 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in cleanUpResourcesLI()
H A DApkChecksums.java26 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 DPackageManagerServiceUtils.java61 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 DStorageEventHelper.java19 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
H A DPackageInstallerSession.java104 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 DPackageAbiHelperImpl.java21 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
H A DPackageManagerShellCommand.java69 import android.content.pm.parsing.ApkLiteParseUtils;
691 ParseResult<ApkLite> apkLiteResult = ApkLiteParseUtils.parseApkLite( in setParamsSize()
H A DInstallPackageHelper.java40 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java30 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 DRollbackManagerServiceImpl.java39 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 DParsingPackageUtils.java53 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 DPackageInstaller.java57 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 DApkLiteParseUtils.java61 public class ApkLiteParseUtils { class
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1776 android.content.pm.parsing.ApkLiteParseUtils$SplitNameComparator
1777 android.content.pm.parsing.ApkLiteParseUtils
H A Dboot-image-profile.txt4900 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 Dpreloaded-classes1780 android.content.pm.parsing.ApkLiteParseUtils$SplitNameComparator
1781 android.content.pm.parsing.ApkLiteParseUtils
H A Dboot-image-profile.txt4903 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;