Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgio-tool-monitor.c60 gchar *child_str; in watch_callback() local
66 child_str = g_file_get_path (child); in watch_callback()
68 child_str = g_file_get_uri (child); in watch_callback()
85 g_print ("%s: changed", child_str); in watch_callback()
89 g_print ("%s: changes done", child_str); in watch_callback()
93 g_print ("%s: deleted", child_str); in watch_callback()
97 g_print ("%s: created", child_str); in watch_callback()
101 g_print ("%s: attributes changed", child_str); in watch_callback()
105 g_print ("%s: pre-unmount", child_str); in watch_callback()
109 g_print ("%s: unmounted", child_str); in watch_callback()
[all …]
/third_party/selinux/libsepol/cil/src/
Dcil_write_ast.c976 fprintf(out, "(userbounds %s %s)\n", bounds->parent_str, bounds->child_str); in cil_write_ast_node()
1036 fprintf(out, "(rolebounds %s %s)\n", bnds->parent_str, bnds->child_str); in cil_write_ast_node()
1085 fprintf(out, "(typebounds %s %s)\n", bounds->parent_str, bounds->child_str); in cil_write_ast_node()
Dcil_internal.h928 char *child_str; member
Dcil_resolve_ast.c2530 rc = cil_resolve_name(current, bounds->child_str, index, extra_args, &child_datum); in cil_resolve_bounds()
2535 cil_log(CIL_ERR, "Bounds child %s is an attribute\n", bounds->child_str); in cil_resolve_bounds()
2545 cil_tree_log(NODE(user->bounds), CIL_ERR, "User %s already bound by parent", bounds->child_str); in cil_resolve_bounds()
2557 cil_tree_log(NODE(role->bounds), CIL_ERR, "Role %s already bound by parent", bounds->child_str); in cil_resolve_bounds()
2569 cil_tree_log(NODE(type->bounds), CIL_ERR, "Type %s already bound by parent", bounds->child_str); in cil_resolve_bounds()
Dcil_copy_ast.c1677 new->child_str = orig->child_str; in cil_copy_bounds()
Dcil.c2859 (*bounds)->child_str = NULL; in cil_bounds_init()
Dcil_build_ast.c5775 bounds->child_str = parse_current->next->next->data; in cil_gen_bounds()