Home
last modified time | relevance | path

Searched refs:dexMetadataPath (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/pm/dex/
DDexMetadataHelper.java78 String dexMetadataPath = buildDexMetadataPathForFile(targetFile); in findDexMetadataForFile() local
79 File dexMetadataFile = new File(dexMetadataPath); in findDexMetadataForFile()
121 String dexMetadataPath = buildDexMetadataPathForFile(new File(codePath)); in buildPackageApkToDexMetadataMap() local
123 if (Files.exists(Paths.get(dexMetadataPath))) { in buildPackageApkToDexMetadataMap()
124 result.put(codePath, dexMetadataPath); in buildPackageApkToDexMetadataMap()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java216 String dexMetadataPath = null; in performDexOptLI() local
219 dexMetadataPath = dexMetadataFile == null in performDexOptLI()
237 packageStats, options.isDowngrade(), profileName, dexMetadataPath, in performDexOptLI()
263 String profileName, String dexMetadataPath, int compilationReason) { in dexOptPath() argument
287 profileName, dexMetadataPath, in dexOptPath()
288 getAugmentedReasonName(compilationReason, dexMetadataPath != null)); in dexOptPath()
DInstaller.java310 @Nullable String profileName, @Nullable String dexMetadataPath, in dexopt() argument
315 BlockGuard.getVmPolicy().onPathAccess(dexMetadataPath); in dexopt()
320 targetSdkVersion, profileName, dexMetadataPath, compilationReason); in dexopt()
596 String profileName, String codePath, String dexMetadataPath) throws InstallerException { in prepareAppProfile() argument
599 BlockGuard.getVmPolicy().onPathAccess(dexMetadataPath); in prepareAppProfile()
602 dexMetadataPath); in prepareAppProfile()
DOtaDexoptService.java283 @Nullable String dexMetadataPath, @Nullable String dexoptCompilationReason) in generatePackageDexopts()
306 encodeParameter(builder, dexMetadataPath); in generatePackageDexopts()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java412 String dexMetadataPath = null; in prepareAppProfiles() local
418 dexMetadataPath = dexMetadata == null ? null : dexMetadata.getAbsolutePath(); in prepareAppProfiles()
422 profileName, codePath, dexMetadataPath); in prepareAppProfiles()
/frameworks/native/cmds/installd/
Ddexopt.h122 const char* dexMetadataPath, const char* compilation_reason, std::string* error_msg);
DInstalldNativeService.h106 const std::optional<std::string>& dexMetadataPath,
DInstalldNativeService.cpp2288 const std::optional<std::string>& dexMetadataPath, in dexopt() argument
2297 CHECK_ARGUMENT_PATH(dexMetadataPath); in dexopt()
2314 const char* dm_path = getCStr(dexMetadataPath); in dexopt()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl59 @nullable @utf8InCpp String dexMetadataPath, in dexopt() argument