Home
last modified time | relevance | path

Searched refs:t_path (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/qtest/fuzz/
H A Dvirtio_blk_fuzz.c159 char *t_path; in drive_create() local
162 fd = g_file_open_tmp("qtest.XXXXXX", &t_path, NULL); in drive_create()
168 g_test_queue_destroy(drive_destroy, t_path); in drive_create()
169 return t_path; in drive_create()
/qemu/tests/qtest/
H A Dufs-test.c547 char *t_path; in drive_create() local
550 fd = g_file_open_tmp("qtest-ufs.XXXXXX", &t_path, NULL); in drive_create()
556 g_test_queue_destroy(drive_destroy, t_path); in drive_create()
557 return t_path; in drive_create()
H A Dvirtio-blk-test.c49 char *t_path; in drive_create() local
52 fd = g_file_open_tmp("qtest.XXXXXX", &t_path, NULL); in drive_create()
58 g_test_queue_destroy(drive_destroy, t_path); in drive_create()
59 return t_path; in drive_create()
H A Dvhost-user-blk-test.c825 char *t_path = g_strdup("qtest.XXXXXX"); in drive_create() local
828 fd = mkstemp(t_path); in drive_create()
834 g_test_queue_destroy(destroy_file, t_path); in drive_create()
835 return t_path; in drive_create()