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