Searched refs:UnmountUserFuse (Results 1 – 4 of 4) sorted by relevance
/system/vold/model/ |
D | EmulatedVolume.cpp | 383 if (UnmountUserFuse(user_id, getInternalPath(), label) != OK) { in doMount() 460 if (UnmountUserFuse(userId, getInternalPath(), label) != OK) { in doUnmount()
|
D | PublicVolume.cpp | 280 if (UnmountUserFuse(getMountUserId(), getInternalPath(), stableName) != OK) { in doUnmount()
|
/system/vold/ |
D | Utils.h | 187 status_t UnmountUserFuse(userid_t userId, const std::string& absolute_lower_path,
|
D | Utils.cpp | 1580 status_t UnmountUserFuse(userid_t user_id, const std::string& absolute_lower_path, in UnmountUserFuse() function
|