Searched refs:GetFuseMountPathForUser (Results 1 – 4 of 4) sorted by relevance
/aosp12/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()
|
H A D | EmulatedVolume.cpp | 368 ConfigureReadAheadForFuse(GetFuseMountPathForUser(user_id, label), 256u); in doMount() 389 ConfigureMaxDirtyRatioForFuse(GetFuseMountPathForUser(user_id, label), 40u); in doMount()
|
/aosp12/system/vold/ |
H A D | Utils.h | 50 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path);
|
H A D | Utils.cpp | 96 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path) { in GetFuseMountPathForUser() function
|