Searched refs:keepRulesFile (Results 1 – 2 of 2) sorted by relevance
48 private final String keepRulesFile; field in R8InliningTest52 this.keepRulesFile = ToolHelper.EXAMPLES_DIR + this.name + "/keep-rules.txt"; in R8InliningTest()86 .addProguardConfigurationFiles(Paths.get(keepRulesFile)) in generateR8Version()
1062 String keepRulesFile) in executeCompilerUnderTest() argument1068 assert keepRulesFile == null : "Keep-rules file specified for D8."; in executeCompilerUnderTest()1093 if (keepRulesFile != null) { in executeCompilerUnderTest()1094 builder.addProguardConfigurationFiles(Paths.get(keepRulesFile)); in executeCompilerUnderTest()