Searched refs:dirs (Results 1 – 6 of 6) sorted by relevance
3 TestNG.dirs = .4 bootclasspath.dirs = .5 lib.dirs = /java/util/stream/bootlib
3 TestNG.dirs = .5 lib.dirs = /java/util/stream/bootlib8 othervm.dirs= /java/util/stream
3 bootclasspath.dirs = .
68 LinkedList<File> dirs = new LinkedList<>(); in ensureDirectoriesExist() local71 dirs.addFirst(currentDir); in ensureDirectoriesExist()75 for (File dirToCheck : dirs) { in ensureDirectoriesExist()
127 private static void assertDirsExist(File... dirs) { in assertDirsExist() argument128 for (File dir : dirs) { in assertDirsExist()
598 const char * const * dirs; in JDK_execvpe() local599 for (dirs = parentPathv; *dirs; dirs++) { in JDK_execvpe()600 const char * dir = *dirs; in JDK_execvpe()