Searched refs:semanage_port_exists_local (Results 1 – 6 of 6) sorted by relevance
/external/selinux/libsemanage/include/semanage/ |
D | ports_local.h | 20 extern int semanage_port_exists_local(semanage_handle_t * handle,
|
/external/selinux/libsemanage/src/ |
D | ports_local.c | 41 int semanage_port_exists_local(semanage_handle_t * handle, in semanage_port_exists_local() function
|
D | semanageswig_python_exception.i | 1874 %exception semanage_port_exists_local {
|
D | pywrap-test.py | 627 (status, exists) = semanage.semanage_port_exists_local(sh, key)
|
/external/selinux/libsemanage/tests/ |
D | test_port.c | 655 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/ |
D | seobject.py | 1246 (rc, exists) = semanage_port_exists_local(self.sh, k)
|