Home
last modified time | relevance | path

Searched defs:SecurityContext_Delete (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/cmds/cmd/
H A Dcmd.cpp54 struct SecurityContext_Delete { struct
59 typedef std::unique_ptr<char[], SecurityContext_Delete> Unique_SecurityContext; argument
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp55 struct SecurityContext_Delete { struct
56 void operator()(security_context_t p) const { in operator ()()