Home
last modified time | relevance | path

Searched refs:semanage_fcontext_query_local (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_fcontext.c802 CU_ASSERT(semanage_fcontext_query_local(sh, key, in helper_fcontext_modify_del_local()
807 CU_ASSERT(semanage_fcontext_query_local(sh, key, in helper_fcontext_modify_del_local()
841 CU_ASSERT(semanage_fcontext_query_local(sh, key, &resp) < 0); in test_fcontext_query_local()
850 CU_ASSERT(semanage_fcontext_query_local(sh, key, &resp) < 0); in test_fcontext_query_local()
854 CU_ASSERT(semanage_fcontext_query_local(sh, key, &resp) >= 0); in test_fcontext_query_local()
860 CU_ASSERT(semanage_fcontext_query_local(sh, key, &resp) >= 0); in test_fcontext_query_local()
/external/selinux/libsemanage/include/semanage/
Dfcontexts_local.h16 extern int semanage_fcontext_query_local(semanage_handle_t * handle,
/external/selinux/libsemanage/src/
Dfcontexts_local.c35 int semanage_fcontext_query_local(semanage_handle_t * handle, in semanage_fcontext_query_local() function
Dsemanageswig_python_exception.i1640 %exception semanage_fcontext_query_local {
Dpywrap-test.py753 (status, old_fcontext) = semanage.semanage_fcontext_query_local(sh, key)
/external/selinux/python/semanage/
Dseobject.py2503 (rc, fcontext) = semanage_fcontext_query_local(self.sh, k)