Home
last modified time | relevance | path

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

/external/selinux/libsemanage/src/
Dfcontext_record.c88 int semanage_fcontext_compare(const semanage_fcontext_t * fcontext, in hidden_def()
107 hidden_def(semanage_fcontext_compare) in hidden_def() argument
313 .compare = semanage_fcontext_compare,
Dfcontext_internal.h15 hidden_proto(semanage_fcontext_compare)
Dsemanageswig_python_exception.i1541 %exception semanage_fcontext_compare {
/external/selinux/libsemanage/include/semanage/
Dfcontext_record.h18 extern int semanage_fcontext_compare(const semanage_fcontext_t * fcontext,
/external/selinux/libsemanage/tests/
Dtest_fcontext.c296 CU_ASSERT(semanage_fcontext_compare(fcontext, key1) == 0); in test_fcontext_compare()
297 CU_ASSERT(semanage_fcontext_compare(fcontext, key2) < 0); in test_fcontext_compare()
298 CU_ASSERT(semanage_fcontext_compare(fcontext, key3) > 0); in test_fcontext_compare()