Searched refs:semanage_fcontext_query_local (Results 1 – 6 of 6) sorted by relevance
/external/selinux/libsemanage/tests/ |
D | test_fcontext.c | 802 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/ |
D | fcontexts_local.h | 16 extern int semanage_fcontext_query_local(semanage_handle_t * handle,
|
/external/selinux/libsemanage/src/ |
D | fcontexts_local.c | 35 int semanage_fcontext_query_local(semanage_handle_t * handle, in semanage_fcontext_query_local() function
|
D | semanageswig_python_exception.i | 1640 %exception semanage_fcontext_query_local {
|
D | pywrap-test.py | 753 (status, old_fcontext) = semanage.semanage_fcontext_query_local(sh, key)
|
/external/selinux/python/semanage/ |
D | seobject.py | 2503 (rc, fcontext) = semanage_fcontext_query_local(self.sh, k)
|