Searched refs:getMountFlags (Results 1 – 3 of 3) sorted by relevance
120 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()
60 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
81 int getMountFlags() { return mMountFlags; } in getMountFlags() function