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()
67 bool mFuseMounted; variable
DEmulatedVolume.cpp52 mFuseMounted = false; in EmulatedVolume()
63 mFuseMounted = false; in EmulatedVolume()
427 mFuseMounted = true; in doMount()
434 mFuseMounted = false; in doMount()
493 if (mFuseMounted) { in doUnmount()
503 if (mFuseMounted) { in doUnmount()
517 mFuseMounted = false; in doUnmount()
DPublicVolume.cpp53 mFuseMounted = false; in PublicVolume()
243 mFuseMounted = true; in doMount()
306 if (mFuseMounted) { in doUnmount()
332 mFuseMounted = false; in doUnmount()
DPublicVolume.h71 bool mFuseMounted; variable