Searched refs:rootFile (Results 1 – 3 of 3) sorted by relevance
48 String rootFile = args[0]; in main() local49 Root root = Root.fromFile(rootFile); in main()130 root.toFile(rootFile); in main()
353 final File rootFile = visible ? root.visiblePath : root.path; in getMostSpecificRootForPath() local354 if (rootFile != null) { in getMostSpecificRootForPath()355 final String rootPath = rootFile.getAbsolutePath(); in getMostSpecificRootForPath()
730 File rootFile = new File(startingPath); in fullBackupFileTree() local731 if (rootFile.exists()) { in fullBackupFileTree()733 scanQueue.add(rootFile); in fullBackupFileTree()