Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/model/
H A DPublicVolume.cpp255 ConfigureReadAheadForFuse(GetFuseMountPathForUser(user_id, stableName), 256u); in doMount()
258 ConfigureMaxDirtyRatioForFuse(GetFuseMountPathForUser(user_id, stableName), 40u); in doMount()
296 auto sourcePath = GetFuseMountPathForUser(mountUserId, stableName); in bindMountForUser()
297 auto destPath = GetFuseMountPathForUser(user_id, stableName); in bindMountForUser()
328 auto mountPath = GetFuseMountPathForUser(started_user, stableName); in doUnmount()
H A DEmulatedVolume.cpp101 std::string srcUserPath = GetFuseMountPathForUser(volumeUserId, label); in bindMountVolume()
104 std::string dstUserPath = GetFuseMountPathForUser(myUserId, label); in bindMountVolume()
455 ConfigureReadAheadForFuse(GetFuseMountPathForUser(user_id, label), 256u); in doMount()
476 ConfigureMaxDirtyRatioForFuse(GetFuseMountPathForUser(user_id, label), 40u); in doMount()
/aosp_15_r20/system/vold/
H A DUtils.h53 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path);
H A DVolumeManager.cpp86 using android::vold::GetFuseMountPathForUser;
H A DUtils.cpp97 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path) { in GetFuseMountPathForUser() function