Searched defs:canonicalPath (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/backup/ |
H A D | BackupUtils.java | 37 String canonicalPath = canonical.getPath(); in isFileSpecifiedInPathList() local
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/ |
H A D | OverlayConfigIterationRule.java | 95 final File canonicalPath = new File(path.getCanonicalPath()); in addOverlay() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | ExtconUEventObserver.java | 255 String canonicalPath = devPath.getCanonicalPath(); in getDevicePath() local
|
H A D | StorageManagerService.java | 596 public ObbState(String rawPath, String canonicalPath, int callingUid, in ObbState() 607 final String canonicalPath; field in StorageManagerService.ObbState 3018 public void mountObb(String rawPath, String canonicalPath, IObbActionListener token, in mountObb()
|
/aosp14/frameworks/base/native/android/ |
H A D | storage_manager.cpp | 145 char canonicalPath[PATH_MAX]; in mountObb() local
|
/aosp14/frameworks/base/core/java/android/os/storage/ |
H A D | IStorageManager.aidl | 63 void mountObb(in String rawPath, in String canonicalPath, IObbActionListener token, in mountObb()
|
H A D | StorageManager.java | 676 final String canonicalPath = new File(rawPath).getCanonicalPath(); in mountObb() local 715 private ObbInfo getObbInfo(String canonicalPath) { in getObbInfo()
|
/aosp14/frameworks/base/libs/storage/ |
H A D | IMountService.cpp | 443 void mountObb(const String16& rawPath, const String16& canonicalPath, in mountObb()
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | Uri.java | 2373 final String canonicalPath; in getCanonicalUri() local
|