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

/frameworks/base/libs/storage/
H A DIMountService.cpp143 int32_t mountVolume(const String16& mountPoint) function in class:android::BpMountService
149 ALOGD("mountVolume could not contact remote\n");
154 ALOGD("mountVolume caught exception %d\n", err);
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java148 public int mountVolume(String mountPoint) throws RemoteException { method in class:IMountService.Stub.Proxy
906 int resultCode = mountVolume(mountPoint);
1287 public int mountVolume(String mountPoint) throws RemoteException; method in interface:IMountService
/frameworks/base/services/java/com/android/server/
H A DMountService.java1511 * The mountVolume() call will have set the storage state and sent the necessary
1553 public int mountVolume(String path) { method in class:MountService

Completed in 13 milliseconds