Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/
DIMountService.cpp160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume() function in android::BpMountService
/frameworks/base/core/java/android/os/storage/
DIMountService.java171 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume() method in IMountService.Stub.Proxy
2007 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume() method
/frameworks/base/services/core/java/com/android/server/
DMountService.java1592 public void unmountVolume(String path, boolean force, boolean removeEncryption) { in unmountVolume() method in MountService