Home
last modified time | relevance | path

Searched refs:interface_str (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c365 anetifcon->interface_str = "aaa"; in test_cil_post_netifcon_compare_a_greater_b()
369 bnetifcon->interface_str = "bbb"; in test_cil_post_netifcon_compare_a_greater_b()
378 anetifcon->interface_str = "bbb"; in test_cil_post_netifcon_compare_b_greater_a()
382 bnetifcon->interface_str = "aaa"; in test_cil_post_netifcon_compare_b_greater_a()
391 anetifcon->interface_str = "aaa"; in test_cil_post_netifcon_compare_equal()
395 bnetifcon->interface_str = "aaa"; in test_cil_post_netifcon_compare_equal()
Dtest_cil_copy_ast.c943 CuAssertStrEquals(tc, test_copy->interface_str, in test_cil_copy_netifcon()
944 ((struct cil_netifcon *)test_ast_node->data)->interface_str); in test_cil_copy_netifcon()
977 CuAssertStrEquals(tc, test_copy->interface_str, in test_cil_copy_netifcon_nested()
978 ((struct cil_netifcon *)test_ast_node->data)->interface_str); in test_cil_copy_netifcon_nested()
/external/selinux/libsepol/cil/src/
Dcil_internal.h709 char *interface_str; member
Dcil_post.c192 return strcmp(anetifcon->interface_str, bnetifcon->interface_str); in cil_post_netifcon_compare()
Dcil_copy_ast.c1007 new->interface_str = orig->interface_str; in cil_copy_netifcon()
Dcil_tree.c1363 cil_log(CIL_INFO, "NETIFCON %s", netifcon->interface_str); in cil_tree_print_node()
Dcil_policy.c157 fprintf(file_arr[NETIFCONS], "netifcon %s ", netifcon->interface_str); in cil_netifcon_to_policy()
Dcil.c1744 (*netifcon)->interface_str = NULL; in cil_netifcon_init()
Dcil_binary.c2772 new_ocon->u.name = cil_strdup(cil_netifcon->interface_str); in cil_netifcon_to_policydb()
Dcil_build_ast.c4179 netifcon->interface_str = parse_current->next->data; in cil_gen_netifcon()