Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dmls.c639 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
645 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
662 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
/external/selinux/libsepol/include/sepol/policydb/
Dcontext.h58 static inline int mls_context_cpy_low(context_struct_t *dst, context_struct_t *src) in mls_context_cpy_low() function