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