Searched refs:mRawPath (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | PublicVolume.cpp | 62 std::string legacyPath(mRawPath + "/android_secure"); in initAsecStage() 63 std::string securePath(mRawPath + "/.android_secure"); in initAsecStage() 113 mRawPath = StringPrintf("/mnt/media_rw/%s", stableName.c_str()); in doMount() 119 setInternalPath(mRawPath); in doMount() 123 setPath(mRawPath); in doMount() 126 if (fs_prepare_dir(mRawPath.c_str(), 0700, AID_ROOT, AID_ROOT) || in doMount() 134 if (vfat::Mount(mDevPath, mRawPath, false, false, false, in doMount() 158 mRawPath.c_str(), in doMount() 168 mRawPath.c_str(), in doMount() 204 ForceUnmount(mRawPath); in doUnmount() [all …]
|
D | EmulatedVolume.cpp | 42 mRawPath = rawPath; in EmulatedVolume() 49 mRawPath = rawPath; in EmulatedVolume() 68 setInternalPath(mRawPath); in doMount() 86 mRawPath.c_str(), in doMount()
|
D | EmulatedVolume.h | 49 std::string mRawPath;
|
D | PublicVolume.h | 61 std::string mRawPath; variable
|