Searched refs:mRawPath (Results 1 – 4 of 4) sorted by relevance
/system/vold/model/ |
D | PublicVolume.cpp | 65 std::string legacyPath(mRawPath + "/android_secure"); in initAsecStage() 66 std::string securePath(mRawPath + "/.android_secure"); in initAsecStage() 119 mRawPath = StringPrintf("/mnt/media_rw/%s", stableName.c_str()); in doMount() 126 setInternalPath(mRawPath); in doMount() 130 setPath(mRawPath); in doMount() 133 if (fs_prepare_dir(mRawPath.c_str(), 0700, AID_ROOT, AID_ROOT)) { in doMount() 139 if (vfat::Mount(mDevPath, mRawPath, false, false, false, AID_MEDIA_RW, AID_MEDIA_RW, 0007, in doMount() 145 if (exfat::Mount(mDevPath, mRawPath, AID_MEDIA_RW, AID_MEDIA_RW, 0007)) { in doMount() 178 mRawPath.c_str(), in doMount() 190 mRawPath.c_str(), in doMount() [all …]
|
D | EmulatedVolume.cpp | 45 mRawPath = rawPath; in EmulatedVolume() 52 mRawPath = rawPath; in EmulatedVolume() 71 setInternalPath(mRawPath); in doMount() 94 mRawPath.c_str(), in doMount()
|
D | EmulatedVolume.h | 49 std::string mRawPath;
|
D | PublicVolume.h | 61 std::string mRawPath; variable
|