Home
last modified time | relevance | path

Searched refs:semanage_fcontext_compare2 (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsemanage/src/
Dfcontext_record.c109 int semanage_fcontext_compare2(const semanage_fcontext_t * fcontext, in hidden_def()
128 hidden_def(semanage_fcontext_compare2) in hidden_def() argument
136 return semanage_fcontext_compare2(*fcontext, *fcontext2); in hidden_def()
314 .compare2 = semanage_fcontext_compare2,
Dfcontext_internal.h16 hidden_proto(semanage_fcontext_compare2)
Dsemanageswig_python_exception.i1550 %exception semanage_fcontext_compare2 {
/external/selinux/libsemanage/include/semanage/
Dfcontext_record.h21 extern int semanage_fcontext_compare2(const semanage_fcontext_t * fcontext,
/external/selinux/libsemanage/tests/
Dtest_fcontext.c325 CU_ASSERT(semanage_fcontext_compare2(fcontext, fcontext1) == 0); in test_fcontext_compare2()
326 CU_ASSERT(semanage_fcontext_compare2(fcontext, fcontext2) < 0); in test_fcontext_compare2()
327 CU_ASSERT(semanage_fcontext_compare2(fcontext, fcontext3) > 0); in test_fcontext_compare2()
804 CU_ASSERT(semanage_fcontext_compare2(fcontext_local, in helper_fcontext_modify_del_local()