Home
last modified time | relevance | path

Searched refs:legacyPath (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/vold/model/
H A DPublicVolume.cpp69 std::string legacyPath(mRawPath + "/android_secure"); in initAsecStage() local
73 if (!access(legacyPath.c_str(), R_OK | X_OK) && access(securePath.c_str(), R_OK | X_OK)) { in initAsecStage()
74 if (rename(legacyPath.c_str(), securePath.c_str())) { in initAsecStage()
/aosp12/frameworks/base/core/java/android/net/
H A DUri.java2376 final String legacyPath = Environment.getLegacyExternalStorageDirectory() in getCanonicalUri() local
2380 if (canonicalPath.startsWith(legacyPath)) { in getCanonicalUri()
2383 canonicalPath.substring(legacyPath.length() + 1))); in getCanonicalUri()