Home
last modified time | relevance | path

Searched refs:parent_str (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_tree.c702 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
808 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
986 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node()
Dcil_internal.h875 char *parent_str; member
Dcil_copy_ast.c1661 new->parent_str = orig->parent_str; in cil_copy_bounds()
Dcil_resolve_ast.c2472 rc = cil_resolve_name(current, bounds->parent_str, index, extra_args, &parent_datum); in cil_resolve_bounds()
2516 …cil_log(CIL_ERR, "Now being bound to parent %s at line %u of %s\n", bounds->parent_str, current->l… in cil_resolve_bounds()
2523 cil_log(CIL_ERR, "Bounds parent %s is an attribute\n", bounds->parent_str); in cil_resolve_bounds()
Dcil_policy.c966 fprintf(file_arr[ALLOWS], "typebounds %s %s;\n", bnds->parent_str, bnds->child_str); in cil_name_to_policy()
Dcil.c2525 (*bounds)->parent_str = NULL; in cil_bounds_init()
Dcil_build_ast.c5590 bounds->parent_str = parse_current->next->data; in cil_gen_bounds()