Home
last modified time | relevance | path

Searched refs:MountFlags (Results 1 – 3 of 3) sorted by relevance

/system/vold/model/
DPublicVolume.cpp127 if (getMountFlags() & MountFlags::kVisible) { in doMount()
151 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
155 if (!(getMountFlags() & MountFlags::kVisible)) { in doMount()
171 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
DEmulatedVolume.cpp62 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
DVolumeBase.h62 enum MountFlags { enum