Searched refs:filesExist (Results 1 – 3 of 3) sorted by relevance
223 assertTrue(FileUtils.filesExist(dir, "exists1", "subDir/exists2")); in testCheckFilesExist()224 assertFalse(FileUtils.filesExist(dir, "doesNotExist")); in testCheckFilesExist()225 assertFalse(FileUtils.filesExist(dir, "subDir/doesNotExist")); in testCheckFilesExist()
151 public static boolean filesExist(File rootDir, String... fileNames) { in filesExist() method in FileUtils
416 return FileUtils.filesExist(unpackedContentDir, in checkDistroDataFilesExist()