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.cpp50 mRawPath = rawPath; in EmulatedVolume()
61 mRawPath = rawPath; in EmulatedVolume()
139 androidSource = StringPrintf("/%s/%d/Android", mRawPath.c_str(), userId); in mountFuseBindMounts()
341 setInternalPath(mRawPath); in doMount()
369 mRawPath.c_str(), in doMount()
DPublicVolume.h63 std::string mRawPath; variable
DEmulatedVolume.h58 std::string mRawPath; variable