Home
last modified time | relevance | path

Searched refs:getMountFlags (Results 1 – 3 of 3) 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.h81 int getMountFlags() { return mMountFlags; } in getMountFlags() function