Home
last modified time | relevance | path

Searched refs:rootFile (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/preload/
DWritePreloadedClassFile.java48 String rootFile = args[0]; in main() local
49 Root root = Root.fromFile(rootFile); in main()
130 root.toFile(rootFile); in main()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java431 final File rootFile = visible ? root.visiblePath : root.path; in getMostSpecificRootForPath() local
432 if (rootFile != null) { in getMostSpecificRootForPath()
433 final String rootPath = rootFile.getAbsolutePath(); in getMostSpecificRootForPath()
587 final File rootFile = root.visiblePath != null ? root.visiblePath in findDocumentPath() local
590 ? rootFile in findDocumentPath()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java840 File rootFile = new File(startingPath); in fullBackupFileTree() local
841 if (rootFile.exists()) { in fullBackupFileTree()
843 scanQueue.add(rootFile); in fullBackupFileTree()