Home
last modified time | relevance | path

Searched refs:child_path (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dqom-test.c113 g_autofree char *child_path = g_strdup_printf( in test_list_get() local
115 qlist_append_str(child_paths, child_path); in test_list_get()
129 char *child_path; in test_properties() local
155 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()
/openbmc/qemu/
H A Dqemu-img.c2961 g_autofree char *child_path = NULL; in dump_human_image_info() local
2965 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()