Home
last modified time | relevance | path

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

/system/vold/model/
DEmulatedVolume.h44 bool isFuseMounted() const { return mFuseMounted; } in isFuseMounted()
65 bool mFuseMounted; variable
DEmulatedVolume.cpp51 mFuseMounted = false; in EmulatedVolume()
62 mFuseMounted = false; in EmulatedVolume()
342 mFuseMounted = true; in doMount()
349 mFuseMounted = false; in doMount()
406 if (mFuseMounted) { in doUnmount()
416 if (mFuseMounted) { in doUnmount()
428 mFuseMounted = false; in doUnmount()
DPublicVolume.cpp53 mFuseMounted = false; in PublicVolume()
243 mFuseMounted = true; in doMount()
270 if (mFuseMounted) { in doUnmount()
282 mFuseMounted = false; in doUnmount()
DPublicVolume.h69 bool mFuseMounted; variable