Home
last modified time | relevance | path

Searched refs:unmount (Results 1 – 12 of 12) sorted by relevance

/system/vold/
DVolumeBase.cpp182 unmount(); in destroy()
215 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase
237 unmount(); in format()
DVolumeBase.h101 status_t unmount();
DDisk.cpp373 vol->unmount(); in unmountAll()
DCommandListener.cpp236 return sendGenericOkFail(cli, vol->unmount()); in runCommand()
DVolumeManager.cpp649 mInternalEmulated->unmount(); in unmountAll()
/system/sepolicy/
Dvold.te43 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M
62 allow vold sdcard_type:filesystem { mount unmount remount };
73 allow vold tmpfs:filesystem { mount unmount };
110 allow vold labeledfs:filesystem { mount unmount remount };
182 allow vold app_fusefs:filesystem { mount unmount };
Dzygote.te55 allow zygote tmpfs:filesystem { mount unmount };
56 allow zygote fuse:filesystem { unmount };
57 allow zygote sdcardfs:filesystem { unmount };
Dsdcardd.te11 allow sdcardd sdcard_type:filesystem { mount unmount };
Dupdate_engine.te37 allow update_engine postinstall_file:filesystem { mount unmount relabelfrom relabelto };
Daccess_vectors96 unmount
Dapp.te426 # i.e. no mount(2), unmount(2), etc.
/system/update_engine/common/
Dtest_utils.h124 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount() argument