Home
last modified time | relevance | path

Searched defs:canonicalPath (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupUtils.java37 String canonicalPath = canonical.getPath(); in isFileSpecifiedInPathList() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/
H A DOverlayConfigIterationRule.java95 final File canonicalPath = new File(path.getCanonicalPath()); in addOverlay() local
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DExtconUEventObserver.java255 String canonicalPath = devPath.getCanonicalPath(); in getDevicePath() local
H A DStorageManagerService.java596 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 Dstorage_manager.cpp145 char canonicalPath[PATH_MAX]; in mountObb() local
/aosp14/frameworks/base/core/java/android/os/storage/
H A DIStorageManager.aidl63 void mountObb(in String rawPath, in String canonicalPath, IObbActionListener token, in mountObb()
H A DStorageManager.java676 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 DIMountService.cpp443 void mountObb(const String16& rawPath, const String16& canonicalPath, in mountObb()
/aosp14/frameworks/base/core/java/android/net/
H A DUri.java2373 final String canonicalPath; in getCanonicalUri() local