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

  /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/core/java/android/os/storage/
IMountService.java 191 public int formatVolume(String mountPoint) throws RemoteException {
    [all...]
  /system/vold/
VolumeManager.cpp 293 int VolumeManager::formatVolume(const char *label, bool wipe) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 168 milliseconds