Home
last modified time | relevance | path

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

/system/vold/
DPublicVolume.cpp62 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 …]
DEmulatedVolume.cpp42 mRawPath = rawPath; in EmulatedVolume()
49 mRawPath = rawPath; in EmulatedVolume()
68 setInternalPath(mRawPath); in doMount()
86 mRawPath.c_str(), in doMount()
DEmulatedVolume.h49 std::string mRawPath;
DPublicVolume.h61 std::string mRawPath; variable