Home
last modified time | relevance | path

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

/system/vold/
DEmulatedVolume.cpp65 mFuseRead = StringPrintf("/mnt/runtime/read/%s", label.c_str()); in doMount()
72 fs_prepare_dir(mFuseRead.c_str(), 0700, AID_ROOT, AID_ROOT) || in doMount()
116 ForceUnmount(mFuseRead); in doUnmount()
126 rmdir(mFuseRead.c_str()); in doUnmount()
130 mFuseRead.clear(); in doUnmount()
DPublicVolume.cpp116 mFuseRead = StringPrintf("/mnt/runtime/read/%s", stableName.c_str()); in doMount()
147 fs_prepare_dir(mFuseRead.c_str(), 0700, AID_ROOT, AID_ROOT) || in doMount()
206 ForceUnmount(mFuseRead); in doUnmount()
217 rmdir(mFuseRead.c_str()); in doUnmount()
222 mFuseRead.clear(); in doUnmount()
DEmulatedVolume.h53 std::string mFuseRead; variable
DPublicVolume.h64 std::string mFuseRead; variable