Searched refs:sourcepath (Results 1 – 2 of 2) sorted by relevance
45 static String sourcepath; field in DocletTestConverter51 sourcepath = System.getProperty("java.io.tmpdir");52 sourcepath = sourcepath + separator + "cts" + separator;53 System.out.println(">> "+sourcepath);79 String directory = sourcepath; in putSource()98 File file = new File(sourcepath); in removeSources()150 options.append(new String[]{"-sourcepath", sourcepath}); in getRootDoc()157 compOpts.put("-sourcepath", sourcepath); in getRootDoc()
53 String sourcepath = buf.substring(0, buf.length() - 1); in loadApi() local54 RootDoc root = getRootDoc(visibility, sourcepath, packageNames); in loadApi()61 private static RootDoc getRootDoc(Visibility visibility, String sourcepath, in getRootDoc() argument89 options.append(new String[] {"-sourcepath", sourcepath}); in getRootDoc()96 compOpts.put("-sourcepath", sourcepath); in getRootDoc()