Home
last modified time | relevance | path

Searched refs:mRawPath (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/vold/model/
H A DPublicVolume.cpp69 std::string legacyPath(mRawPath + "/android_secure"); in initAsecStage()
70 std::string securePath(mRawPath + "/.android_secure"); in initAsecStage()
124 mRawPath = StringPrintf("/mnt/media_rw/%s", stableName.c_str()); in doMount()
131 setInternalPath(mRawPath); in doMount()
135 setPath(mRawPath); in doMount()
150 if (exfat::Mount(mDevPath, mRawPath, AID_ROOT, in doMount()
186 mRawPath.c_str(), in doMount()
198 mRawPath.c_str(), in doMount()
303 ForceUnmount(mRawPath); in doUnmount()
304 rmdir(mRawPath.c_str()); in doUnmount()
[all …]
H A DEmulatedVolume.cpp49 mRawPath = rawPath; in EmulatedVolume()
60 mRawPath = rawPath; in EmulatedVolume()
115 androidSource = StringPrintf("/%s/%d/Android", mRawPath.c_str(), userId); in mountFuseBindMounts()
256 setInternalPath(mRawPath); in doMount()
284 mRawPath.c_str(), in doMount()
H A DEmulatedVolume.h56 std::string mRawPath; variable
H A DPublicVolume.h61 std::string mRawPath; variable