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.java353 final File rootFile = visible ? root.visiblePath : root.path; in getMostSpecificRootForPath() local
354 if (rootFile != null) { in getMostSpecificRootForPath()
355 final String rootPath = rootFile.getAbsolutePath(); in getMostSpecificRootForPath()
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java730 File rootFile = new File(startingPath); in fullBackupFileTree() local
731 if (rootFile.exists()) { in fullBackupFileTree()
733 scanQueue.add(rootFile); in fullBackupFileTree()