Searched defs:unmountVolume (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/storage/
H A DIMountService.cpp160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) function in class:android::BpMountService
168 ALOGD("unmountVolume could not contact remote\n");
173 ALOGD("unmountVolume caught exception %d\n", err);
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java1750 public void unmountVolume(String path, boolean force, boolean removeEncryption) { method in class:StorageManagerService

Completed in 36 milliseconds