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

  /system/vold/
Volume.h 109 int doUnmount(const char *path, bool force);
Volume.cpp 499 int Volume::doUnmount(const char *path, bool force) {
556 if (providesAsec && doUnmount(Volume::SEC_ASECDIR_EXT, force) != 0) {
562 if (doUnmount(getFuseMountpoint(), force) != 0) {
568 if (doUnmount(getMountpoint(), force) != 0) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 280 doUnmount();
295 private void doUnmount() {
342 doUnmount();

Completed in 185 milliseconds