Searched defs:canonicalPath (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/app/backup/ |
D | BackupUtils.java | 37 String canonicalPath = canonical.getPath(); in isFileSpecifiedInPathList() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | ExtconUEventObserver.java | 255 String canonicalPath = devPath.getCanonicalPath(); in getDevicePath() local
|
D | StorageManagerService.java | 661 public ObbState(String rawPath, String canonicalPath, int callingUid, in ObbState() 672 final String canonicalPath; field in StorageManagerService.ObbState 3100 public void mountObb(String rawPath, String canonicalPath, IObbActionListener token, in mountObb()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/ |
D | OverlayConfigIterationRule.java | 95 final File canonicalPath = new File(path.getCanonicalPath()); in addOverlay() local
|
/frameworks/base/native/android/ |
D | storage_manager.cpp | 145 char canonicalPath[PATH_MAX]; in mountObb() local
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
D | ExternalStorageProvider.java | 434 final String canonicalPath = new File(docIdPath).getCanonicalPath().substring(1); in getPathFromDocId() local
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 62 void mountObb(in String rawPath, in String canonicalPath, IObbActionListener token, in mountObb()
|
D | StorageManager.java | 687 final String canonicalPath = new File(rawPath).getCanonicalPath(); in mountObb() local 726 private ObbInfo getObbInfo(String canonicalPath) { in getObbInfo()
|
/frameworks/base/libs/storage/ |
D | IMountService.cpp | 443 void mountObb(const String16& rawPath, const String16& canonicalPath, in mountObb()
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 2373 final String canonicalPath; in getCanonicalUri() local
|