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 | 361 final String rootPath = visiblePath in getDocIdForFileMaybeCreate() local 364 if (rootPath.equals(path)) { in getDocIdForFileMaybeCreate() 366 } else if (rootPath.endsWith("/")) { in getDocIdForFileMaybeCreate() 367 path = path.substring(rootPath.length()); in getDocIdForFileMaybeCreate() 369 path = path.substring(rootPath.length() + 1); in getDocIdForFileMaybeCreate() 391 final String rootPath = rootFile.getAbsolutePath(); in getMostSpecificRootForPath() local 392 if (path.startsWith(rootPath) && (mostSpecificPath == null in getMostSpecificRootForPath() 393 || rootPath.length() > mostSpecificPath.length())) { in getMostSpecificRootForPath() 395 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, off64_t* outSize,
|