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

/frameworks/base/core/java/android/os/storage/
H A DIMountService.java151 public int mountVolume(String mountPoint) throws RemoteException { method in class:IMountService.Stub.Proxy
1584 int resultCode = mountVolume(mountPoint);
2261 public int mountVolume(String mountPoint) throws RemoteException; method in interface:IMountService
/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/services/core/java/com/android/server/
H A DMountService.java1708 public int mountVolume(String path) { method in class:MountService

Completed in 176 milliseconds