Searched refs:DEFAULT_MAP_FILENAME (Results 1 – 2 of 2) sorted by relevance
38 private static final String DEFAULT_MAP_FILENAME = "proguard.map"; field in JSR45Tests75 Paths.get(tmpOutputDir.getRoot().getCanonicalPath(), DEFAULT_MAP_FILENAME).toFile())); in compileWithR8()184 Path mapFile = Paths.get(tmpOutputDir.getRoot().getCanonicalPath(), DEFAULT_MAP_FILENAME); in getGeneratedProguardMap()
38 private static final String DEFAULT_MAP_FILENAME = "proguard.map"; field in R8InliningTest68 Path mapFile = Paths.get(temp.getRoot().getCanonicalPath(), DEFAULT_MAP_FILENAME); in getGeneratedProguardMap()