Home
last modified time | relevance | path

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

/qemu/tests/qemu-iotests/
H A Dqcow2_format.py129 value_str = f[1].format(value)
131 value_str = str(f[1](value))
133 print('{:<25} {}'.format(f[2], value_str))
/qemu/tests/unit/
H A Dtest-qobject-output-visitor.c223 const char *value_str = "list value"; in test_visitor_out_list() local
238 value->string = g_strdup(value_str); in test_visitor_out_list()
259 g_assert_cmpstr(qdict_get_str(qdict, "string"), ==, value_str); in test_visitor_out_list()