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