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

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

Completed in 72 milliseconds