Home
last modified time | relevance | path

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

/system/vold/model/
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()
138 if (fs_prepare_dir(mRawPath.c_str(), 0700, AID_ROOT, AID_ROOT)) { in doMount()
144 if (vfat::Mount(mDevPath, mRawPath, false, false, false, AID_ROOT, in doMount()
150 if (exfat::Mount(mDevPath, mRawPath, AID_ROOT, in doMount()
186 mRawPath.c_str(), in doMount()
198 mRawPath.c_str(), in doMount()
[all …]
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()
DPublicVolume.h61 std::string mRawPath; variable
DEmulatedVolume.h56 std::string mRawPath; variable