Home
last modified time | relevance | path

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

/external/antlr/tool/src/test/java/org/antlr/test/
DBaseTest.java126 String classpathOption = "-classpath"; in compile() local
130 classpathOption, tmpdir+pathSep+CLASSPATH, in compile()
133 …String cmdLine = "javac" +" -d "+tmpdir+" "+classpathOption+" "+tmpdir+pathSep+CLASSPATH+" "+fileN… in compile()