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()
137 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
141 if (!(getMountFlags() & MountFlags::kVisible)) { in doMount()
156 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
DEmulatedVolume.cpp60 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
DVolumeBase.h58 enum MountFlags { enum
DCommandListener.cpp223 if (mountFlags & android::vold::VolumeBase::MountFlags::kPrimary) { in runCommand()