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

/frameworks/base/libs/storage/
H A DIMountService.cpp140 int32_t mountVolume(const String16& mountPoint) function in class:android::BpMountService
146 LOGD("mountVolume could not contact remote\n");
151 LOGD("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
698 int resultCode = mountVolume(mountPoint);
1001 public int mountVolume(String mountPoint) throws RemoteException; method in interface:IMountService
/frameworks/base/services/java/com/android/server/
H A DMountService.java1201 * The mountVolume() call will have set the storage state and sent the necessary
1229 public int mountVolume(String path) { method in class:MountService

Completed in 74 milliseconds