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

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 48 virtual int unmountVolume(String16 path) = 0;
  /frameworks/base/include/storage/
IMountService.h 42 virtual int32_t unmountVolume(
  /system/vold/
VolumeManager.h 82 int unmountVolume(const char *label, bool force, bool revert);
CommandListener.cpp 164 rc = vm->unmountVolume(argv[2], force, revert);
VolumeManager.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 161 mountService.unmountVolume(extStoragePath, true, mFactoryReset);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 570 getMs().unmountVolume(path, false, false);
637 getMs().unmountVolume(path, false, false);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 170 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption)
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption)
168 ALOGD("unmountVolume could not contact remote\n");
173 ALOGD("unmountVolume caught exception %d\n", err);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 305 mountService.unmountVolume(sClickedMountPoint, true, false);
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java     [all...]

Completed in 199 milliseconds