Searched refs:child_str (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_tree.c | 699 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node() 790 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node() 968 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
|
D | cil_internal.h | 832 char *child_str; member
|
D | cil_resolve_ast.c | 2269 rc = cil_resolve_name(current, bounds->child_str, index, extra_args, &child_datum); in cil_resolve_bounds() 2280 …cil_log(CIL_ERR, "User %s already bound by parent at line %u of %s\n", bounds->child_str, node->li… in cil_resolve_bounds() 2293 …cil_log(CIL_ERR, "Role %s already bound by parent at line %u of %s\n", bounds->child_str, node->li… in cil_resolve_bounds() 2307 …cil_log(CIL_ERR, "Type %s already bound by parent at line %u of %s\n", bounds->child_str, node->li… in cil_resolve_bounds() 2322 cil_log(CIL_ERR, "Bounds child %s is an attribute\n", bounds->child_str); in cil_resolve_bounds()
|
D | cil_copy_ast.c | 1583 new->child_str = orig->child_str; in cil_copy_bounds()
|
D | cil_policy.c | 966 fprintf(file_arr[ALLOWS], "typebounds %s %s;\n", bnds->parent_str, bnds->child_str); in cil_name_to_policy()
|
D | cil.c | 2446 (*bounds)->child_str = NULL; in cil_bounds_init()
|
D | cil_build_ast.c | 5259 bounds->child_str = parse_current->next->next->data; in cil_gen_bounds()
|