Home
last modified time | relevance | path

Searched defs:mountPoint (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DIMountService.java150 public int mountVolume(String mountPoint) throws RemoteException { in mountVolume()
172 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume()
193 public int formatVolume(String mountPoint) throws RemoteException { in formatVolume()
233 public String getVolumeState(String mountPoint) throws RemoteException { in getVolumeState()
856 String mountPoint; in onTransact() local
865 String mountPoint; in onTransact() local
875 String mountPoint; in onTransact() local
893 String mountPoint; in onTransact() local
1148 public int formatVolume(String mountPoint) throws RemoteException; in formatVolume()
1173 public String getVolumeState(String mountPoint) throws RemoteException; in getVolumeState()
[all …]
DStorageManager.java536 public String getVolumeState(String mountPoint) { in getVolumeState()
/frameworks/base/libs/storage/
DIMountService.cpp143 int32_t mountVolume(const String16& mountPoint) in mountVolume()
160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume()
179 int32_t formatVolume(const String16& mountPoint) in formatVolume()
196 int32_t getStorageUsers(const String16& mountPoint, int32_t** users) in getStorageUsers()
218 int32_t getVolumeState(const String16& mountPoint) in getVolumeState()
/frameworks/base/core/java/android/os/
DFileUtils.java102 public static native int getFatVolumeId(String mountPoint); in getFatVolumeId()
/frameworks/base/services/java/com/android/server/
DMountService.java1353 public String getVolumeState(String mountPoint) { in getVolumeState()