Home
last modified time | relevance | path

Searched refs:mls_context_cpy (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Dcontext.h43 static inline int mls_context_cpy(context_struct_t * dst, in mls_context_cpy() function
79 return mls_context_cpy(dst, src); in context_cpy()
/external/selinux/libsepol/src/
Dexpand.c2093 return mls_context_cpy(dst, src); in context_copy()