Searched defs:unmount (Results 1 – 5 of 5) sorted by relevance
91 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount()
244 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase
159 inline ErrorCode unmount(std::string_view dir) { in unmount() function
49 void unmount(@utf8InCpp String volId); in unmount() method
301 binder::Status VoldNativeService::unmount(const std::string& volId) { in unmount() function in android::vold::VoldNativeService