Home
last modified time | relevance | path

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

/aosp12/system/vold/model/
H A DPublicVolume.cpp255 ConfigureReadAheadForFuse(GetFuseMountPathForUser(user_id, stableName), 256u); in doMount()
258 ConfigureMaxDirtyRatioForFuse(GetFuseMountPathForUser(user_id, stableName), 40u); in doMount()
H A DEmulatedVolume.cpp368 ConfigureReadAheadForFuse(GetFuseMountPathForUser(user_id, label), 256u); in doMount()
389 ConfigureMaxDirtyRatioForFuse(GetFuseMountPathForUser(user_id, label), 40u); in doMount()
/aosp12/system/vold/
H A DUtils.h50 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path);
H A DUtils.cpp96 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path) { in GetFuseMountPathForUser() function