HomeSort by relevance Sort by last modified time
    Searched refs:formatVolume (Results 1 - 5 of 5) 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;
  /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 192 public int formatVolume(String mountPoint) throws RemoteException {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 2120 milliseconds