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

/frameworks/base/services/java/com/android/server/
H A DMountService.java354 doUnmountVolume(path, true, removeEncryption);
382 int ret = doUnmountVolume(path, true, removeEncryption);
985 private int doUnmountVolume(String path, boolean force, boolean removeEncryption) { method in class:MountService

Completed in 17 milliseconds