Searched refs:formatVolume (Results 1 – 5 of 5) sorted by relevance
42 virtual int32_t formatVolume(const String16& mountPoint) = 0;
174 mountService.formatVolume(extStoragePath); in updateProgressState()
193 public int formatVolume(String mountPoint) throws RemoteException { in formatVolume() method in IMountService.Stub.Proxy877 int result = formatVolume(mountPoint); in onTransact()1148 public int formatVolume(String mountPoint) throws RemoteException; in formatVolume() method
179 int32_t formatVolume(const String16& mountPoint) in formatVolume() function in android::BpMountService
1402 public int formatVolume(String path) { in formatVolume() method in MountService