Home
last modified time | relevance | path

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

/system/vold/model/
DEmulatedVolume.cpp346 if (UnmountUserFuse(user_id, getInternalPath(), label) != OK) { in doMount()
423 if (UnmountUserFuse(userId, getInternalPath(), label) != OK) { in doUnmount()
DPublicVolume.cpp277 if (UnmountUserFuse(getMountUserId(), getInternalPath(), stableName) != OK) { in doUnmount()
/system/vold/
DUtils.h199 status_t UnmountUserFuse(userid_t userId, const std::string& absolute_lower_path,
DUtils.cpp1629 status_t UnmountUserFuse(userid_t user_id, const std::string& absolute_lower_path, in UnmountUserFuse() function