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

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 49 virtual int formatVolume(String16 path) = 0;
  /frameworks/base/include/storage/
IMountService.h 44 virtual int32_t formatVolume(const String16& mountPoint) = 0;
  /system/vold/
VolumeManager.h 86 int formatVolume(const char *label);
CommandListener.cpp 169 rc = vm->formatVolume(argv[2]);
VolumeManager.cpp 170 int VolumeManager::formatVolume(const char *label) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 174 mountService.formatVolume(extStoragePath);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 193 public int formatVolume(String mountPoint) throws RemoteException {
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 179 int32_t formatVolume(const String16& mountPoint)
185 ALOGD("formatVolume could not contact remote\n");
190 ALOGD("formatVolume caught exception %d\n", err);
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]

Completed in 1857 milliseconds