Home
last modified time | relevance | path

Searched refs:getMountUserId (Results 1 – 4 of 4) sorted by relevance

/system/vold/model/
DEmulatedVolume.cpp95 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()
DPublicVolume.cpp184 "-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()
DVolumeBase.h87 userid_t getMountUserId() const { return mMountUserId; } in getMountUserId() function
/system/vold/
DVolumeManager.cpp377 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()