Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DIMountService.h48 virtual int unmountVolume(String16 path) = 0;
/aosp12/frameworks/base/libs/storage/include/storage/
H A DIMountService.h43 virtual int32_t unmountVolume(
/aosp12/frameworks/base/libs/storage/
H A DIMountService.cpp160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume() function in android::BpMountService