Home
last modified time | relevance | path

Searched refs:semanage_fcontext_list (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libsemanage/include/semanage/
Dfcontexts_policy.h25 extern int semanage_fcontext_list(semanage_handle_t * handle,
/external/selinux/libsemanage/tests/
Dtest_fcontext.c177 CU_ASSERT_FATAL(semanage_fcontext_list(sh, &records, &count) >= 0); in get_fcontext_nth()
711 CU_ASSERT(semanage_fcontext_list(sh, &records, &count) < 0); in helper_fcontext_list_invalid()
712 CU_ASSERT(semanage_fcontext_list(sh, NULL, &count) < 0); in helper_fcontext_list_invalid()
713 CU_ASSERT(semanage_fcontext_list(sh, &records, NULL) < 0); in helper_fcontext_list_invalid()
728 CU_ASSERT(semanage_fcontext_list(sh, &records, &count) >= 0); in helper_fcontext_list()
/external/selinux/libsemanage/src/
Dfcontexts_policy.c47 int semanage_fcontext_list(semanage_handle_t * handle, in semanage_fcontext_list() function
Dlibsemanage.map70 semanage_fcontext_list;
Dsemanageswig_python_exception.i1538 %exception semanage_fcontext_list {
Dpywrap-test.py251 (status, flist) = semanage.semanage_fcontext_list(sh)
/external/selinux/python/semanage/
Dseobject.py2630 (rc, self.flist) = semanage_fcontext_list(self.sh)