Home
last modified time | relevance | path

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

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