Searched refs:getMountUserId (Results 1 – 4 of 4) sorted by relevance
95 int userId = getMountUserId(); in mountFuseBindMounts()159 int userId = getMountUserId(); in unmountFuseBindMounts()223 if (!mUseSdcardFs || getMountUserId() != 0) { in unmountSdcardFs()271 if (mUseSdcardFs && getMountUserId() == 0) { in doMount()326 int user_id = getMountUserId(); in doMount()400 int userId = getMountUserId(); in doUnmount()409 std::string user_path(StringPrintf("%s/%d", getPath().c_str(), getMountUserId())); in doUnmount()435 int user_id = getMountUserId(); in getRootPath()
184 "-U", std::to_string(getMountUserId()).c_str(), in doMount()197 "-U", std::to_string(getMountUserId()).c_str(), in doMount()234 int user_id = getMountUserId(); in doMount()277 if (UnmountUserFuse(getMountUserId(), getInternalPath(), stableName) != OK) { in doUnmount()
87 userid_t getMountUserId() const { return mMountUserId; } in getMountUserId() function
377 if (vol->getMountUserId() == userId) { in destroyEmulatedVolumesForUser()393 if (vol->getMountUserId() == userId) { in destroyEmulatedVolumesForUser()876 if (vol->getMountUserId() == userId && vol->getState() == VolumeBase::State::kMounted) { in handleAppStorageDirs()1012 if (vol.getMountUserId() != USER_UNKNOWN && in setupAppDir()1013 vol.getMountUserId() != multiuser_get_user_id(appUid)) { in setupAppDir()