Home
last modified time | relevance | path

Searched defs:template (Results 1 – 8 of 8) sorted by relevance

/qemu/scripts/simplebench/
H A Dtable_templater.py33 def __init__(self, template): argument
/qemu/tests/unit/
H A Dtest-qmp-cmds.c142 static QObject *do_qmp_dispatch(bool allow_oob, const char *template, ...) in do_qmp_dispatch()
166 const char *template, ...) in do_qmp_dispatch_error()
H A Dtest-replication.c131 static void make_temp(char *template) in make_temp()
/qemu/tests/qtest/libqos/
H A Dvirtio-9p.c49 char *template = concat_path(pwd, "qtest-9p-local-XXXXXX"); in virtio_9p_create_local_test_dir() local
/qemu/tests/qtest/
H A Dreadconfig-test.c202 static char *make_temp_img(const char *template, const char *format, int size) in make_temp_img()
H A Dhd-geo-test.c30 char *template; in create_test_img() local
/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c88 char template[] = "/tmp/linux-test-XXXXXX"; in test_file() local
/qemu/hw/core/
H A Deif.c156 static bool get_tmp_file(const char *template, char **tmp_path, Error **errp) in get_tmp_file()