Searched defs:canonicalPath (Results 1 – 9 of 9) 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 | 145 String canonicalPath = devPath.getCanonicalPath(); in getDevicePath() local
|
D | StorageManagerService.java | 631 public ObbState(String rawPath, String canonicalPath, int callingUid, in ObbState() 642 final String canonicalPath; field in StorageManagerService.ObbState 2853 public void mountObb(String rawPath, String canonicalPath, String key, in mountObb()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/ |
D | OverlayConfigIterationRule.java | 73 final File canonicalPath = new File(path.getCanonicalPath()); in addOverlay() local
|
/frameworks/base/native/android/ |
D | storage_manager.cpp | 146 char canonicalPath[PATH_MAX]; in mountObb() local
|
/frameworks/base/core/java/android/os/storage/ |
D | IStorageManager.aidl | 62 void mountObb(in String rawPath, in String canonicalPath, in String key, in mountObb()
|
D | StorageManager.java | 693 final String canonicalPath = new File(rawPath).getCanonicalPath(); in mountObb() local 732 private ObbInfo getObbInfo(String canonicalPath) { in getObbInfo()
|
/frameworks/base/libs/storage/ |
D | IMountService.cpp | 445 void mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key, in mountObb()
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 2368 final String canonicalPath; in getCanonicalUri() local
|