Searched refs:formatVolume (Results 1 – 4 of 4) sorted by relevance
44 virtual int32_t formatVolume(const String16& mountPoint) = 0;
179 int32_t formatVolume(const String16& mountPoint) in formatVolume() function in android::BpMountService
192 public int formatVolume(String mountPoint) throws RemoteException { in formatVolume() method in IMountService.Stub.Proxy1391 int result = formatVolume(mountPoint); in onTransact()1889 public int formatVolume(String mountPoint) throws RemoteException; in formatVolume() method
1597 public int formatVolume(String path) { in formatVolume() method in MountService