Home
last modified time | relevance | path

Searched defs:unmount (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/common/
Dtest_utils.h96 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount()
/system/vold/model/
DVolumeBase.cpp243 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase
/system/incremental_delivery/incfs/include/
Dincfs_inline.h157 inline ErrorCode unmount(std::string_view dir) { in unmount() function
/system/vold/binder/android/os/
DIVold.aidl48 void unmount(@utf8InCpp String volId); in unmount() method
/system/vold/
DVoldNativeService.cpp293 binder::Status VoldNativeService::unmount(const std::string& volId) { in unmount() function in android::vold::VoldNativeService