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()
431 final File rootFile = visible ? root.visiblePath : root.path; in getMostSpecificRootForPath() local432 if (rootFile != null) { in getMostSpecificRootForPath()433 final String rootPath = rootFile.getAbsolutePath(); in getMostSpecificRootForPath()587 final File rootFile = root.visiblePath != null ? root.visiblePath in findDocumentPath() local590 ? rootFile in findDocumentPath()
840 File rootFile = new File(startingPath); in fullBackupFileTree() local841 if (rootFile.exists()) { in fullBackupFileTree()843 scanQueue.add(rootFile); in fullBackupFileTree()