Searched refs:getMountFlags (Results 1 – 3 of 3) sorted by relevance
127 if (getMountFlags() & MountFlags::kVisible) { in doMount()151 if (getMountFlags() & MountFlags::kPrimary) { in doMount()155 if (!(getMountFlags() & MountFlags::kVisible)) { in doMount()171 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
62 if (getMountFlags() & MountFlags::kPrimary) { in doMount()
85 int getMountFlags() const { return mMountFlags; } in getMountFlags() function