Searched defs:unmount (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/common/
H A Dtest_utils.h113 // Class to unmount FS when object goes out of scope
124 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } argument
/system/vold/
H A DVolumeBase.cpp182 unmount();
215 status_t VolumeBase::unmount() { function in class:android::vold::VolumeBase
217 LOG(WARNING) << getId() << " unmount requires state mounted";
237 unmount();

Completed in 131 milliseconds