Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DIMountService.h57 virtual String16 getSecureContainerPath(String16 id) = 0;
/aosp12/frameworks/base/libs/storage/include/storage/
H A DIMountService.h61 virtual bool getSecureContainerPath(const String16& id, String16& path) = 0;
/aosp12/frameworks/base/libs/storage/
H A DIMountService.cpp372 bool getSecureContainerPath(const String16& id, String16& path) in getSecureContainerPath() function in android::BpMountService