HomeSort by relevance Sort by last modified time
    Searched defs:unmountVolume (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 156 mountService.unmountVolume(extStoragePath, true, mFactoryReset);
  /frameworks/base/libs/storage/
IMountService.cpp 160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption)
168 LOGD("unmountVolume could not contact remote\n");
173 LOGD("unmountVolume caught exception %d\n", err);
  /system/vold/
VolumeManager.cpp 1048 return vm->unmountVolume(label, true, false);
1090 int VolumeManager::unmountVolume(const char *label, bool force, bool revert) {
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountService.java 172 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption)
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]

Completed in 1576 milliseconds