Searched refs:testFile (Results 1 – 2 of 2) sorted by relevance
97 File testFile = new File(FileLocator.toFileURL(url).toURI()); in runUpdate() local98 String testFileName = testFile.getAbsolutePath().replace('\\', '/'); in runUpdate()
309 File testFile = new File(folder.getLocation().toOSString()); in addFolderToList() local310 if (testFile.isDirectory()) { in addFolderToList()311 pathList.add(testFile.getAbsolutePath()); in addFolderToList()