HomeSort by relevance Sort by last modified time
    Searched refs:formatVolume (Results 1 - 10 of 10) 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, bool wipe);
CommandListener.cpp 175 rc = vm->formatVolume(argv[2], wipe);
VolumeManager.cpp 293 int VolumeManager::formatVolume(const char *label, bool wipe) {
    [all...]
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 179 mountService.formatVolume(extStoragePath);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 191 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);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager_commands.js 409 chrome.fileBrowserPrivate.formatVolume.bind(null,
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 357 milliseconds