HomeSort by relevance Sort by last modified time
    Searched refs:doUnmount (Results 1 - 3 of 3) sorted by null

  /system/vold/
Volume.h 100 int doUnmount(const char *path, bool force);
Volume.cpp 563 int Volume::doUnmount(const char *path, bool force) {
613 if (doUnmount(Volume::SEC_ASECDIR_EXT, force)) {
624 if (doUnmount(secure_dir, force)) {
632 if (doUnmount(getMountpoint(), force)) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 275 doUnmount();
290 private void doUnmount() {
337 doUnmount();

Completed in 217 milliseconds