Searched refs:child_path (Results 1 – 2 of 2) sorted by relevance
113 g_autofree char *child_path = g_strdup_printf( in test_list_get() local115 qlist_append_str(child_paths, child_path); in test_list_get()129 char *child_path; in test_properties() local155 child_path = g_strdup_printf("%s/%s", in test_properties()158 children = g_slist_prepend(children, child_path); in test_properties()160 links = g_slist_prepend(links, child_path); in test_properties()
2961 g_autofree char *child_path = NULL; in dump_human_image_info() local2965 child_path = g_strdup_printf("%s%s/", path, child->name); in dump_human_image_info()2966 dump_human_image_info(child->info, indentation + 1, child_path); in dump_human_image_info()