Home
last modified time | relevance | path

Searched defs:rootPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java188 final String rootPath = root.getValue().getPath(); in getDocIdForFile() local
201 final String rootPath = mostSpecific.getValue().getPath(); in getDocIdForFile() local
/frameworks/support/v4/java/android/support/v4/content/
DFileProvider.java670 final String rootPath = root.getValue().getPath(); in getUriForFile() local
683 final String rootPath = mostSpecific.getValue().getPath(); in getUriForFile() local
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java434 protected final void fullBackupFileTree(String packageName, String domain, String rootPath, in fullBackupFileTree()