Home
last modified time | relevance | path

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

/system/vold/model/
DEmulatedVolume.cpp69 mFuseFull = StringPrintf("/mnt/runtime/full/%s", label.c_str()); in doMount()
77 fs_prepare_dir(mFuseFull.c_str(), 0700, AID_ROOT, AID_ROOT)) { in doMount()
82 dev_t before = GetDevice(mFuseFull); in doMount()
111 while (before == GetDevice(mFuseFull)) { in doMount()
137 ForceUnmount(mFuseFull); in doUnmount()
142 rmdir(mFuseFull.c_str()); in doUnmount()
147 mFuseFull.clear(); in doUnmount()
DPublicVolume.cpp124 mFuseFull = StringPrintf("/mnt/runtime/full/%s", stableName.c_str()); in doMount()
163 fs_prepare_dir(mFuseFull.c_str(), 0700, AID_ROOT, AID_ROOT)) { in doMount()
168 dev_t before = GetDevice(mFuseFull); in doMount()
208 while (before == GetDevice(mFuseFull)) { in doMount()
237 ForceUnmount(mFuseFull); in doUnmount()
243 rmdir(mFuseFull.c_str()); in doUnmount()
249 mFuseFull.clear(); in doUnmount()
DEmulatedVolume.h55 std::string mFuseFull; variable
DPublicVolume.h66 std::string mFuseFull; variable