Searched refs:child_str (Results 1 - 7 of 7) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_tree.c702 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
808 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
986 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str);
H A Dcil_internal.h876 char *child_str; member in struct:cil_bounds
H A Dcil_resolve_ast.c2477 rc = cil_resolve_name(current, bounds->child_str, index, extra_args, &child_datum);
2488 cil_log(CIL_ERR, "User %s already bound by parent at line %u of %s\n", bounds->child_str, node->line, node->path);
2501 cil_log(CIL_ERR, "Role %s already bound by parent at line %u of %s\n", bounds->child_str, node->line, node->path);
2515 cil_log(CIL_ERR, "Type %s already bound by parent at line %u of %s\n", bounds->child_str, node->line, node->path);
2530 cil_log(CIL_ERR, "Bounds child %s is an attribute\n", bounds->child_str);
H A Dcil_copy_ast.c1662 new->child_str = orig->child_str;
H A Dcil_policy.c966 fprintf(file_arr[ALLOWS], "typebounds %s %s;\n", bnds->parent_str, bnds->child_str);
H A Dcil.c2526 (*bounds)->child_str = NULL;
H A Dcil_build_ast.c5591 bounds->child_str = parse_current->next->next->data;

Completed in 87 milliseconds