Searched refs:semanage_context_to_string (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/selinux/libsemanage/tests/ |
H A D | utilities.h | 39 CU_ASSERT(semanage_context_to_string(sh, CON1, &__str) >= 0); \ 40 CU_ASSERT(semanage_context_to_string(sh, CON2, &__str2) >= 0); \
|
H A D | test_other.c | 79 CU_ASSERT(semanage_context_to_string(sh, con, &str) >= 0); in test_semanage_context()
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | interfaces_file.c | 34 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 D | pywrap-test.py | 242 (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 D | context_record.c | 101 int semanage_context_to_string(semanage_handle_t * handle, in semanage_context_to_string() function
|
H A D | fcontexts_local.c | 109 if (semanage_context_to_string(handle, con, &str) >= 0) { in validate_handler()
|
H A D | ibendports_file.c | 41 if (semanage_context_to_string(handle, con, &con_str) < 0) in ibendport_print()
|
H A D | fcontexts_file.c | 61 if (semanage_context_to_string(handle, con, &con_str) < 0) in fcontext_print()
|
H A D | ibpkeys_file.c | 47 if (semanage_context_to_string(handle, con, &con_str) < 0) in ibpkey_print()
|
H A D | ports_file.c | 45 if (semanage_context_to_string(handle, con, &con_str) < 0) in port_print()
|
H A D | nodes_file.c | 40 if (semanage_context_to_string(handle, con, &con_str) < 0) in node_print()
|
H A D | libsemanage.map | 49 semanage_context_to_string;
|
H A D | semanageswig_python_exception.i | 682 %exception semanage_context_to_string {
|
/aosp_15_r20/external/selinux/libsemanage/include/semanage/ |
H A D | context_record.h | 57 extern int semanage_context_to_string(semanage_handle_t * handle,
|