Searched refs:unmount (Results 1 – 12 of 12) sorted by relevance
182 unmount(); in destroy()215 status_t VolumeBase::unmount() { in unmount() function in android::vold::VolumeBase237 unmount(); in format()
101 status_t unmount();
373 vol->unmount(); in unmountAll()
236 return sendGenericOkFail(cli, vol->unmount()); in runCommand()
649 mInternalEmulated->unmount(); in unmountAll()
43 allow vold sdcard_type:filesystem { mount remount unmount }; # TODO: deprecated in M62 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 };
55 allow zygote tmpfs:filesystem { mount unmount };56 allow zygote fuse:filesystem { unmount };57 allow zygote sdcardfs:filesystem { unmount };
11 allow sdcardd sdcard_type:filesystem { mount unmount };
37 allow update_engine postinstall_file:filesystem { mount unmount relabelfrom relabelto };
96 unmount
426 # i.e. no mount(2), unmount(2), etc.
124 void set_should_unmount(bool unmount) { should_unmount_ = unmount; } in set_should_unmount() argument