Searched refs:parent_str (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_tree.c | 803 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node() 909 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); in cil_tree_print_node() 1087 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 | 918 char *parent_str; member
|
D | cil_copy_ast.c | 1729 new->parent_str = orig->parent_str; in cil_copy_bounds()
|
D | cil_resolve_ast.c | 2577 rc = cil_resolve_name(current, bounds->parent_str, index, extra_args, &parent_datum); in cil_resolve_bounds() 2582 cil_log(CIL_ERR, "Bounds parent %s is an attribute\n", bounds->parent_str); in cil_resolve_bounds()
|
D | cil.c | 2612 (*bounds)->parent_str = NULL; in cil_bounds_init()
|
D | cil_build_ast.c | 5784 bounds->parent_str = parse_current->next->data; in cil_gen_bounds()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instruction.cc | 3204 string parent_str = parent() == nullptr ? "noparent" : parent()->name(); in UniquifyName() local
|