Home
last modified time | relevance | path

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

/system/vold/
DPublicVolume.cpp120 if (getMountFlags() & MountFlags::kVisible) { in doMount()
140 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
144 if (!(getMountFlags() & MountFlags::kVisible)) { in doMount()
152 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
DEmulatedVolume.cpp60 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
DVolumeBase.h58 enum MountFlags { enum
DCommandListener.cpp218 if (mountFlags & android::vold::VolumeBase::MountFlags::kPrimary) { in runCommand()