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/
DInstaller.java307 @Nullable String profileName, @Nullable String dexMetadataPath, in dexopt() argument
312 BlockGuard.getVmPolicy().onPathAccess(dexMetadataPath); in dexopt()
317 targetSdkVersion, profileName, dexMetadataPath, compilationReason); in dexopt()
603 String profileName, String codePath, String dexMetadataPath) throws InstallerException { in prepareAppProfile() argument
606 BlockGuard.getVmPolicy().onPathAccess(dexMetadataPath); in prepareAppProfile()
609 dexMetadataPath); in prepareAppProfile()
DPackageDexOptimizer.java218 String dexMetadataPath = null; in performDexOptLI() local
221 dexMetadataPath = dexMetadataFile == null in performDexOptLI()
239 packageStats, options.isDowngrade(), profileName, dexMetadataPath, in performDexOptLI()
265 String profileName, String dexMetadataPath, int compilationReason) { in dexOptPath() argument
292 profileName, dexMetadataPath, in dexOptPath()
293 getAugmentedReasonName(compilationReason, dexMetadataPath != null)); in dexOptPath()
DOtaDexoptService.java283 @Nullable String dexMetadataPath, @Nullable String dexoptCompilationReason) in generatePackageDexopts()
306 encodeParameter(builder, dexMetadataPath); in generatePackageDexopts()
/frameworks/native/cmds/installd/
Ddexopt.h118 const char* dexMetadataPath, const char* compilation_reason, std::string* error_msg);
DInstalldNativeService.h99 const std::unique_ptr<std::string>& dexMetadataPath,
DInstalldNativeService.cpp2098 const std::unique_ptr<std::string>& dexMetadataPath, in dexopt() argument
2107 CHECK_ARGUMENT_PATH(dexMetadataPath); in dexopt()
2119 const char* dm_path = getCStr(dexMetadataPath); in dexopt()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java408 String dexMetadataPath = null; in prepareAppProfiles() local
414 dexMetadataPath = dexMetadata == null ? null : dexMetadata.getAbsolutePath(); in prepareAppProfiles()
418 profileName, codePath, dexMetadataPath); in prepareAppProfiles()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl56 @nullable @utf8InCpp String dexMetadataPath, in dexopt() argument