Searched refs:path2 (Results 1 – 2 of 2) sorted by relevance
170 private static ArrayList<File> splitPaths(String path1, String path2, in splitPaths() argument175 splitAndAdd(path2, wantDirectories, result); in splitPaths()
1017 String path2 = new File(new File(""), "").getPath(); in test_getPath() local1018 assertTrue(path2.equals(File.separator) || path2.isEmpty()); in test_getPath()