Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/include/sepol/policydb/
Dcontext.h78 static inline int mls_context_cpy_high(context_struct_t *dst, context_struct_t *src) in mls_context_cpy_high() function
/third_party/selinux/libsepol/src/
Dmls.c637 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
643 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()