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