Searched refs:rootPath (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/mbms/ |
D | MbmsReceiverTest.java | 33 String rootPath = "http://www.example.com/files/"; in testFileHierarchyRecreation() local 35 MbmsDownloadReceiver.getFileRelativePath(rootPath, rootPath + "/subdir1/file.txt")); in testFileHierarchyRecreation() 38 rootPath, in testFileHierarchyRecreation() 39 rootPath + "/subdir1/subdir2/file.txt")); in testFileHierarchyRecreation() 42 rootPath + "/subdir1/file.*", in testFileHierarchyRecreation() 43 rootPath + "/subdir1/file.txt")); in testFileHierarchyRecreation() 46 rootPath + "/subdir1/*", in testFileHierarchyRecreation() 47 rootPath + "/subdir1/file.txt")); in testFileHierarchyRecreation() 50 rootPath + "/subdir*", in testFileHierarchyRecreation() 51 rootPath + "/subdir1/file.txt")); in testFileHierarchyRecreation() [all …]
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | ExternalStorageProvider.java | 356 final String rootPath = visiblePath in getDocIdForFileMaybeCreate() local 359 if (rootPath.equals(path)) { in getDocIdForFileMaybeCreate() 361 } else if (rootPath.endsWith("/")) { in getDocIdForFileMaybeCreate() 362 path = path.substring(rootPath.length()); in getDocIdForFileMaybeCreate() 364 path = path.substring(rootPath.length() + 1); in getDocIdForFileMaybeCreate() 386 final String rootPath = rootFile.getAbsolutePath(); in getMostSpecificRootForPath() local 387 if (path.startsWith(rootPath) && (mostSpecificPath == null in getMostSpecificRootForPath() 388 || rootPath.length() > mostSpecificPath.length())) { in getMostSpecificRootForPath() 390 mostSpecificPath = rootPath; in getMostSpecificRootForPath()
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
D | ObbBackupService.java | 69 final String rootPath = obbDir.getCanonicalPath(); 77 rootPath, filePath, out);
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | BackupHelpers.h | 140 const String8& rootPath, const String8& filePath, off_t* outSize,
|