Searched refs:doUnmount (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolume.h100 int doUnmount(const char *path, bool force);
H A DVolume.cpp564 int Volume::doUnmount(const char *path, bool force) { function in class:Volume
627 if (doUnmount(Volume::SEC_STG_SECIMGDIR, force)) {
637 if (doUnmount(Volume::SEC_ASECDIR_EXT, force)) {
645 if (doUnmount(Volume::SEC_STGDIR, force)) {

Completed in 58 milliseconds