Searched refs:GetFuseMountPathForUser (Results 1 – 5 of 5) sorted by relevance
| /system/vold/model/ |
| D | PublicVolume.cpp | 262 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()
|
| D | EmulatedVolume.cpp | 104 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/ |
| D | Utils.h | 53 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path);
|
| D | VolumeManager.cpp | 86 using android::vold::GetFuseMountPathForUser; 529 auto mountPath = GetFuseMountPathForUser(userId, pvol->getStableName()); in onUserStopped()
|
| D | Utils.cpp | 97 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path) { in GetFuseMountPathForUser() function
|