Searched defs:template (Results 1 – 8 of 8) sorted by relevance
33 def __init__(self, template): argument
142 static QObject *do_qmp_dispatch(bool allow_oob, const char *template, ...) in do_qmp_dispatch()166 const char *template, ...) in do_qmp_dispatch_error()
131 static void make_temp(char *template) in make_temp()
49 char *template = concat_path(pwd, "qtest-9p-local-XXXXXX"); in virtio_9p_create_local_test_dir() local
202 static char *make_temp_img(const char *template, const char *format, int size) in make_temp_img()
30 char *template; in create_test_img() local
88 char template[] = "/tmp/linux-test-XXXXXX"; in test_file() local
156 static bool get_tmp_file(const char *template, char **tmp_path, Error **errp) in get_tmp_file()