Home
last modified time | relevance | path

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

/external/selinux/libsemanage/include/semanage/
Dports_local.h20 extern int semanage_port_exists_local(semanage_handle_t * handle,
/external/selinux/libsemanage/src/
Dports_local.c41 int semanage_port_exists_local(semanage_handle_t * handle, in semanage_port_exists_local() function
Dsemanageswig_python_exception.i1874 %exception semanage_port_exists_local {
Dpywrap-test.py627 (status, exists) = semanage.semanage_port_exists_local(sh, key)
/external/selinux/libsemanage/tests/
Dtest_port.c655 CU_ASSERT(semanage_port_exists_local(sh, key1, &resp) >= 0); in test_port_exists_local()
657 CU_ASSERT(semanage_port_exists_local(sh, key2, &resp) >= 0); in test_port_exists_local()
767 CU_ASSERT(semanage_port_exists_local(sh, key, &resp) >= 0); in helper_port_validate_local_noport()
/external/selinux/python/semanage/
Dseobject.py1246 (rc, exists) = semanage_port_exists_local(self.sh, k)