Searched refs:GetFuseMountPathForUser (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/system/vold/model/ |
H A D | PublicVolume.cpp | 255 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 D | EmulatedVolume.cpp | 101 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 D | Utils.h | 53 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path);
|
H A D | VolumeManager.cpp | 86 using android::vold::GetFuseMountPathForUser;
|
H A D | Utils.cpp | 97 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path) { in GetFuseMountPathForUser() function
|