Home
last modified time | relevance | path

Searched defs:dmPath (Results 1 – 5 of 5) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DDexMetadataHelper.java58 public DexMetadataInfo getDexMetadataInfo(@Nullable DexMetadataPath dmPath) { in getDexMetadataInfo()
90 public static String getDmPath(@NonNull DexMetadataPath dmPath) { in getDmPath()
117 public record DexMetadataInfo(@Nullable DexMetadataPath dmPath, in DexMetadataInfo()
DDexopter.java144 String dmPath = DexMetadataHelper.getDmPath( in dexopt() local
764 abstract @Nullable DexMetadataPath dmPath(); in dmPath() method in Dexopter.DexoptTarget
DArtManagerLocal.java806 DexMetadataPath dmPath = AidlUtils.buildDexMetadataPath(dexInfo.dexPath()); in snapshotOrDumpAppProfile() local
/art/libartservice/service/javatests/com/android/server/art/
DPrimaryDexopterTest.java211 String dmPath = TestingUtils.createTempZipWithEntry("primary.vdex", new byte[0] /* data */); in testDexoptDm() local
494 String dmPath = TestingUtils.createTempZipWithEntry("primary.vdex", new byte[0] /* data */); in testDexoptUsesEmbeddedProfileDmNoConfig() local
501 String dmPath = TestingUtils.createTempZipWithEntry("config.pb", new byte[0] /* data */); in testDexoptUsesEmbeddedProfileDmEmptyConfig() local
508 String dmPath = TestingUtils.createTempZipWithEntry( in testDexoptUsesEmbeddedProfileDmBadConfig() local
517 String dmPath = TestingUtils.createTempZipWithEntry("config.pb", config.toByteArray()); in testDexoptUsesEmbeddedProfileDmDisableEmbeddedProfile() local
534 String dmPath = TestingUtils.createTempZipWithEntry("config.pb", config.toByteArray()); in testDexoptUsesEmbeddedProfileNoEmbeddedProfile() local
DArtManagerLocalTest.java1055 String dmPath = TestingUtils.createTempZipWithEntry("config.pb", config.toByteArray()); in testSnapshotAppProfileDisableEmbeddedProfile() local