Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/
DIMountService.cpp143 int32_t mountVolume(const String16& mountPoint) in mountVolume() function in android::BpMountService
/frameworks/base/core/java/android/os/storage/
DIMountService.java149 public int mountVolume(String mountPoint) throws RemoteException { in mountVolume() method in IMountService.Stub.Proxy
1957 public int mountVolume(String mountPoint) throws RemoteException; in mountVolume() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java1586 public int mountVolume(String path) { in mountVolume() method in MountService