Lines Matching defs:libDir
337 private void initDirWithJavaFiles(File libDir) throws IOException {
339 if (libDir.exists()) {
340 recursiveDelete(libDir);
342 libDir.mkdirs();
349 createFile(new File(libDir, "Fbo.java"), scratchpad);
362 createFile(new File(libDir, "Foo.java"), scratchpad);
424 File libDir = new File(cwd, "lib");
425 initDirWithJavaFiles(libDir);
429 TestResult tr = doExec(javacCmd, libDir.getName() + File.separator + "*.java");
436 File jarFoo = new File(libDir, "Foo.jar");