Searched refs:classFilePath (Results 1 – 2 of 2) sorted by relevance
86 String classFilePath = classDescriptor + ".class"; in compileClassesTogether() local88 classFilePath = classFilePath.replace('/', File.separatorChar); in compileClassesTogether()90 fileToResource.put(classFilePath, resource); in compileClassesTogether()
1162 protected void runJctfTest(CompilerUnderTest compilerUnderTest, String classFilePath, in runJctfTest() argument1188 File classFile = new File(JCTF_TESTS_PREFIX + "/" + classFilePath); in runJctfTest()