HomeSort by relevance Sort by last modified time
    Searched refs:getMountFlags (Results 1 - 3 of 3) sorted by null

  /system/vold/
PublicVolume.cpp 120 if (getMountFlags() & MountFlags::kVisible) {
137 if (getMountFlags() & MountFlags::kPrimary) {
141 if (!(getMountFlags() & MountFlags::kVisible)) {
156 if (getMountFlags() & MountFlags::kPrimary) {
EmulatedVolume.cpp 60 if (getMountFlags() & MountFlags::kPrimary) {
VolumeBase.h 81 int getMountFlags() { return mMountFlags; }

Completed in 568 milliseconds