Home
last modified time | relevance | path

Searched refs:GetFuseMountPathForUser (Results 1 – 5 of 5) sorted by relevance

/system/vold/model/
DPublicVolume.cpp262 ConfigureReadAheadForFuse(GetFuseMountPathForUser(user_id, stableName), 256u); in doMount()
265 ConfigureMaxDirtyRatioForFuse(GetFuseMountPathForUser(user_id, stableName), 40u); in doMount()
300 auto sourcePath = GetFuseMountPathForUser(mountUserId, stableName); in bindMountForUser()
301 auto destPath = GetFuseMountPathForUser(user_id, stableName); in bindMountForUser()
339 auto mountPath = GetFuseMountPathForUser(started_user, stableName); in doUnmount()
DEmulatedVolume.cpp104 std::string srcUserPath = GetFuseMountPathForUser(volumeUserId, label); in bindMountVolume()
107 std::string dstUserPath = GetFuseMountPathForUser(myUserId, label); in bindMountVolume()
487 ConfigureReadAheadForFuse(GetFuseMountPathForUser(user_id, label), 256u); in doMount()
508 ConfigureMaxDirtyRatioForFuse(GetFuseMountPathForUser(user_id, label), 40u); in doMount()
/system/vold/
DUtils.h53 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path);
DVolumeManager.cpp86 using android::vold::GetFuseMountPathForUser;
529 auto mountPath = GetFuseMountPathForUser(userId, pvol->getStableName()); in onUserStopped()
DUtils.cpp97 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path) { in GetFuseMountPathForUser() function