Home
last modified time | relevance | path

Searched refs:semanage_context_to_string (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/selinux/libsemanage/tests/
H A Dutilities.h39 CU_ASSERT(semanage_context_to_string(sh, CON1, &__str) >= 0); \
40 CU_ASSERT(semanage_context_to_string(sh, CON2, &__str2) >= 0); \
H A Dtest_other.c79 CU_ASSERT(semanage_context_to_string(sh, con, &str) >= 0); in test_semanage_context()
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dinterfaces_file.c34 if (semanage_context_to_string(handle, ifcon, &con_str) < 0) in iface_print()
41 if (semanage_context_to_string(handle, msgcon, &con_str) < 0) in iface_print()
H A Dpywrap-test.py242 (rc, con_str) = semanage.semanage_context_to_string(sh, con)
270 (rc, con_str) = semanage.semanage_context_to_string(sh, con)
294 (rc, msg_con_str) = semanage.semanage_context_to_string(sh, msg_con)
297 (rc, if_con_str) = semanage.semanage_context_to_string(sh, if_con)
371 (status, con_str) = semanage.semanage_context_to_string(sh, con)
H A Dcontext_record.c101 int semanage_context_to_string(semanage_handle_t * handle, in semanage_context_to_string() function
H A Dfcontexts_local.c109 if (semanage_context_to_string(handle, con, &str) >= 0) { in validate_handler()
H A Dibendports_file.c41 if (semanage_context_to_string(handle, con, &con_str) < 0) in ibendport_print()
H A Dfcontexts_file.c61 if (semanage_context_to_string(handle, con, &con_str) < 0) in fcontext_print()
H A Dibpkeys_file.c47 if (semanage_context_to_string(handle, con, &con_str) < 0) in ibpkey_print()
H A Dports_file.c45 if (semanage_context_to_string(handle, con, &con_str) < 0) in port_print()
H A Dnodes_file.c40 if (semanage_context_to_string(handle, con, &con_str) < 0) in node_print()
H A Dlibsemanage.map49 semanage_context_to_string;
H A Dsemanageswig_python_exception.i682 %exception semanage_context_to_string {
/aosp_15_r20/external/selinux/libsemanage/include/semanage/
H A Dcontext_record.h57 extern int semanage_context_to_string(semanage_handle_t * handle,