Home
last modified time | relevance | path

Searched defs:formatVolume (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DIMountService.java193 public int formatVolume(String mountPoint) throws RemoteException { in formatVolume() method in IMountService.Stub.Proxy
1192 public int formatVolume(String mountPoint) throws RemoteException; in formatVolume() method
/frameworks/base/libs/storage/
DIMountService.cpp179 int32_t formatVolume(const String16& mountPoint) in formatVolume() function in android::BpMountService
/frameworks/base/services/java/com/android/server/
DMountService.java1405 public int formatVolume(String path) { in formatVolume() method in MountService