Searched refs:dexMetadataPath (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/content/pm/dex/ |
D | DexMetadataHelper.java | 78 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/ |
D | PackageDexOptimizer.java | 216 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()
|
D | Installer.java | 310 @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()
|
D | OtaDexoptService.java | 283 @Nullable String dexMetadataPath, @Nullable String dexoptCompilationReason) in generatePackageDexopts() 306 encodeParameter(builder, dexMetadataPath); in generatePackageDexopts()
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | ArtManagerService.java | 412 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/ |
D | dexopt.h | 122 const char* dexMetadataPath, const char* compilation_reason, std::string* error_msg);
|
D | InstalldNativeService.h | 106 const std::optional<std::string>& dexMetadataPath,
|
D | InstalldNativeService.cpp | 2288 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/ |
D | IInstalld.aidl | 59 @nullable @utf8InCpp String dexMetadataPath, in dexopt() argument
|