Home
last modified time | relevance | path

Searched refs:formatVolume (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/include/storage/
DIMountService.h44 virtual int32_t formatVolume(const String16& mountPoint) = 0;
/frameworks/base/libs/storage/
DIMountService.cpp179 int32_t formatVolume(const String16& mountPoint) in formatVolume() function in android::BpMountService
/frameworks/base/core/java/android/os/storage/
DIMountService.java192 public int formatVolume(String mountPoint) throws RemoteException { in formatVolume() method in IMountService.Stub.Proxy
1391 int result = formatVolume(mountPoint); in onTransact()
1889 public int formatVolume(String mountPoint) throws RemoteException; in formatVolume() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java1597 public int formatVolume(String path) { in formatVolume() method in MountService