Searched defs:dmPath (Results 1 – 5 of 5) sorted by relevance
58 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()
144 String dmPath = DexMetadataHelper.getDmPath( in dexopt() local764 abstract @Nullable DexMetadataPath dmPath(); in dmPath() method in Dexopter.DexoptTarget
806 DexMetadataPath dmPath = AidlUtils.buildDexMetadataPath(dexInfo.dexPath()); in snapshotOrDumpAppProfile() local
211 String dmPath = TestingUtils.createTempZipWithEntry("primary.vdex", new byte[0] /* data */); in testDexoptDm() local494 String dmPath = TestingUtils.createTempZipWithEntry("primary.vdex", new byte[0] /* data */); in testDexoptUsesEmbeddedProfileDmNoConfig() local501 String dmPath = TestingUtils.createTempZipWithEntry("config.pb", new byte[0] /* data */); in testDexoptUsesEmbeddedProfileDmEmptyConfig() local508 String dmPath = TestingUtils.createTempZipWithEntry( in testDexoptUsesEmbeddedProfileDmBadConfig() local517 String dmPath = TestingUtils.createTempZipWithEntry("config.pb", config.toByteArray()); in testDexoptUsesEmbeddedProfileDmDisableEmbeddedProfile() local534 String dmPath = TestingUtils.createTempZipWithEntry("config.pb", config.toByteArray()); in testDexoptUsesEmbeddedProfileNoEmbeddedProfile() local
1055 String dmPath = TestingUtils.createTempZipWithEntry("config.pb", config.toByteArray()); in testSnapshotAppProfileDisableEmbeddedProfile() local