Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DIMountService.h55 virtual int unmountSecureContainer(String16 id) = 0;
/aosp12/frameworks/base/libs/storage/include/storage/
H A DIMountService.h57 unmountSecureContainer(const String16& id, const bool force) = 0;
/aosp12/frameworks/base/libs/storage/
H A DIMountService.cpp319 int32_t unmountSecureContainer(const String16& id, const bool force) in unmountSecureContainer() function in android::BpMountService