Home
last modified time | relevance | path

Searched refs:searchPath (Results 1 – 1 of 1) sorted by relevance

/cts/tools/vm-tests-tf/build/src/util/build/
DBuildUtilBase.java80 String searchPath = "src/" + pname.replaceAll("\\.", "/") + "/" + classOnlyName + ".java"; in parseTestMethod() local
83 URL resource = getClass().getClassLoader().getResource(searchPath); in parseTestMethod()
85 throw new RuntimeException("Could not find " + searchPath); in parseTestMethod()
89 throw new RuntimeException("Could not retrieve content for " + searchPath); in parseTestMethod()
100 "' in file '" + searchPath + "'"); in parseTestMethod()