Home
last modified time | relevance | path

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

/system/vold/
DVolume.h100 int doUnmount(const char *path, bool force);
DVolume.cpp563 int Volume::doUnmount(const char *path, bool force) { in doUnmount() function in Volume
613 if (doUnmount(Volume::SEC_ASECDIR_EXT, force)) { in unmountVol()
624 if (doUnmount(secure_dir, force)) { in unmountVol()
632 if (doUnmount(getMountpoint(), force)) { in unmountVol()