Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c116 GString *cmd_line2 = g_string_new(""); in walk_path() local
151 g_string_append(cmd_line2, after_cmd); in walk_path()
162 g_string_append(cmd_line, cmd_line2->str); in walk_path()
163 g_string_free(cmd_line2, true); in walk_path()
/openbmc/qemu/tests/qtest/
H A Dqos-test.c240 GString *cmd_line2 = g_string_new(""); in walk_path() local
275 g_string_append(cmd_line2, after_cmd); in walk_path()
286 g_string_append(cmd_line, cmd_line2->str); in walk_path()
287 g_string_free(cmd_line2, true); in walk_path()