Lines Matching refs:cmd_line
165 GString *cmd_line = g_string_new(path[0]); in run_one_test() local
173 test_arg = test_node->u.test.before(cmd_line, test_arg); in run_one_test()
176 restart_qemu_or_continue(cmd_line->str); in run_one_test()
177 g_string_free(cmd_line, true); in run_one_test()
238 GString *cmd_line = g_string_new(""); in walk_path() local
257 g_string_append(cmd_line, path->command_line); in walk_path()
258 g_string_append(cmd_line, after_device_str->str); in walk_path()
271 g_string_append(cmd_line, before_cmd); in walk_path()
282 g_string_append(cmd_line, after_device_str->str); in walk_path()
285 g_string_append(cmd_line, cmd_line2->str); in walk_path()
297 path_vec[0] = g_string_free(cmd_line, false); in walk_path()