Searched defs:canonicalPath (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/backup/ |
H A D | BackupUtils.java | 37 String canonicalPath = canonical.getPath(); in isFileSpecifiedInPathList() local
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/ |
H A D | OverlayConfigIterationRule.java | 73 final File canonicalPath = new File(path.getCanonicalPath()); in addOverlay() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | ExtconUEventObserver.java | 145 String canonicalPath = devPath.getCanonicalPath(); in getDevicePath() local
|
H A D | StorageManagerService.java | 634 public ObbState(String rawPath, String canonicalPath, int callingUid, in ObbState() 645 final String canonicalPath; field in StorageManagerService.ObbState 2856 public void mountObb(String rawPath, String canonicalPath, String key, in mountObb()
|
/aosp12/frameworks/base/native/android/ |
H A D | storage_manager.cpp | 146 char canonicalPath[PATH_MAX]; in mountObb() local
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | IStorageManager.aidl | 62 void mountObb(in String rawPath, in String canonicalPath, in String key, in mountObb()
|
H A D | StorageManager.java | 693 final String canonicalPath = new File(rawPath).getCanonicalPath(); in mountObb() local 732 private ObbInfo getObbInfo(String canonicalPath) { in getObbInfo()
|
/aosp12/frameworks/base/libs/storage/ |
H A D | IMountService.cpp | 445 void mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key, in mountObb()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | Uri.java | 2368 final String canonicalPath; in getCanonicalUri() local
|
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadProvider.java | 477 final String canonicalPath; in canonicalizeDataPaths() local
|