Searched defs:unmount (Results 1 – 4 of 4) sorted by relevance
96 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount()
227 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase
44 void unmount(@utf8InCpp String volId); in unmount() method
355 binder::Status VoldNativeService::unmount(const std::string& volId) { in unmount() function in android::vold::VoldNativeService