Searched refs:after_device_str (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | qos_fuzz.c | 112 GString *after_device_str = g_string_new(""); in walk_path() local 135 g_string_append(cmd_line, after_device_str->str); in walk_path() 136 g_string_truncate(after_device_str, 0); in walk_path() 154 g_string_append(after_device_str, after_device); in walk_path() 159 g_string_append(cmd_line, after_device_str->str); in walk_path() 160 g_string_free(after_device_str, true); in walk_path()
|
/openbmc/qemu/tests/qtest/ |
H A D | qos-test.c | 236 GString *after_device_str = g_string_new(""); in walk_path() local 259 g_string_append(cmd_line, after_device_str->str); in walk_path() 260 g_string_truncate(after_device_str, 0); in walk_path() 278 g_string_append(after_device_str, after_device); in walk_path() 283 g_string_append(cmd_line, after_device_str->str); in walk_path() 284 g_string_free(after_device_str, true); in walk_path()
|