Home
last modified time | relevance | path

Searched refs:fcontext2 (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsemanage/src/
Dfcontext_record.c110 const semanage_fcontext_t * fcontext2) in hidden_def()
113 int rv = strcmp(fcontext->expr, fcontext2->expr); in hidden_def()
117 if (fcontext->type < fcontext2->type) in hidden_def()
120 else if (fcontext2->type < fcontext->type) in hidden_def()
133 fcontext2) in hidden_def()
136 return semanage_fcontext_compare2(*fcontext, *fcontext2); in hidden_def()
/external/selinux/libsemanage/include/semanage/
Dfcontext_record.h22 const semanage_fcontext_t * fcontext2);
/external/selinux/libsemanage/tests/
Dtest_fcontext.c313 semanage_fcontext_t *fcontext2; in test_fcontext_compare2() local
321 fcontext2 = get_fcontext_nth(I_SECOND); in test_fcontext_compare2()
326 CU_ASSERT(semanage_fcontext_compare2(fcontext, fcontext2) < 0); in test_fcontext_compare2()
332 semanage_fcontext_free(fcontext2); in test_fcontext_compare2()