Searched defs:canonicalPath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/native/android/
H A Dstorage_manager.cpp131 char canonicalPath[PATH_MAX]; local
132 if (realpath(rawPath, canonicalPath) == NULL) {
139 String16 canonicalPath16(canonicalPath);
/frameworks/base/libs/storage/
H A DIMountService.cpp445 void mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key, argument
451 data.writeString16(canonicalPath);
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java448 public ObbState(String rawPath, String canonicalPath, int callingUid, argument
451 this.canonicalPath = canonicalPath;
459 final String canonicalPath; field in class:StorageManagerService.ObbState
493 sb.append(",canonicalPath=").append(canonicalPath);
2182 String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) {
2184 Preconditions.checkNotNull(canonicalPath, "canonicalPath cannot be null");
2188 final ObbState obbState = new ObbState(rawPath, canonicalPath,
2181 mountObb( String rawPath, String canonicalPath, String key, IObbActionListener token, int nonce) argument
[all...]

Completed in 827 milliseconds