Home
last modified time | relevance | path

Searched defs:packageFile (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageCacher.java61 private String getCacheKey(File packageFile, int flags) { in getCacheKey()
123 private static boolean isCacheUpToDate(File packageFile, File cacheFile) { in isCacheUpToDate()
165 public ParsedPackage getCachedResult(File packageFile, int flags) { in getCachedResult()
195 public void cacheResult(File packageFile, int flags, ParsedPackage parsed) { in cacheResult()
226 public void cleanCachedResult(@NonNull File packageFile) { in cleanCachedResult()
/aosp14/frameworks/base/packages/EncryptedLocalTransport/src/com/android/encryptedlocaltransport/
H A DEncryptedLocalTransport.java53 File packageFile; in performBackup() local
92 File packageFile = new File(mRestoreSetIncrementalDir, in getRestoreData() local
/aosp14/frameworks/base/core/java/android/os/
H A DRecoverySystem.java286 public static void verifyPackage(File packageFile, in verifyPackage()
465 private static boolean readAndVerifyPackageCompatibilityEntry(File packageFile) in readAndVerifyPackageCompatibilityEntry()
512 File packageFile, in processPackage()
573 File packageFile, in processPackage()
594 public static void installPackage(Context context, File packageFile) in installPackage()
616 public static void installPackage(Context context, File packageFile, boolean processed) in installPackage()
854 public static void scheduleUpdateOnBoot(Context context, File packageFile) throws IOException { in scheduleUpdateOnBoot()
1268 public static void rebootWipeAb(Context context, File packageFile, String reason) in rebootWipeAb()
1385 private boolean uncrypt(String packageFile, IRecoverySystemProgressListener listener) { in uncrypt()
1407 private boolean allocateSpaceForUpdate(File packageFile) throws RemoteException { in allocateSpaceForUpdate()
H A DIRecoverySystem.aidl27 boolean uncrypt(in String packageFile, IRecoverySystemProgressListener listener); in uncrypt()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java920 final File packageFile = new File(packagePath); in getMinimalPackageInfo() local
970 final File packageFile = new File(packagePath); in calculateInstalledSize() local
1038 final File packageFile = new File(packagePath); in copyPackage() local
/aosp14/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLiteParseUtils.java103 File packageFile, int flags) { in parsePackageLite()
115 File packageFile, int flags) { in parseMonolithicPackageLite()
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java930 private static CompressedApexInfoList getCompressedApexInfoList(String packageFile) in getCompressedApexInfoList()
974 public boolean allocateSpaceForUpdate(String packageFile) { in allocateSpaceForUpdate()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java87 public static Handle create(File packageFile) throws IOException { in create()
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1020 File packageFile = new File(UNCRYPT_PACKAGE_FILE); in performPendingShutdown() local
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java968 public static PackageLite parsePackageLite(File packageFile, int flags) in parsePackageLite()
977 private static PackageLite parseMonolithicPackageLite(File packageFile, int flags) in parseMonolithicPackageLite()
1098 public Package parsePackage(File packageFile, int flags, boolean useCaches) in parsePackage()
1111 public Package parsePackage(File packageFile, int flags) throws PackageParserException { in parsePackage()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
H A DParsingPackageUtils.java360 public ParseResult<ParsingPackage> parsePackage(ParseInput input, File packageFile, int flags) { in parsePackage()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...