Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DIMountService.java170 public void unmountVolume(String mountPoint, boolean force) throws RemoteException { in unmountVolume() method in IMountService.Stub.Proxy
1046 public void unmountVolume(String mountPoint, boolean force) throws RemoteException; in unmountVolume() method
/frameworks/base/libs/storage/
DIMountService.cpp157 int32_t unmountVolume(const String16& mountPoint, const bool force) in unmountVolume() function in android::BpMountService
/frameworks/base/services/java/com/android/server/
DMountService.java1236 public void unmountVolume(String path, boolean force) { in unmountVolume() method in MountService