Home
last modified time | relevance | path

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

/qemu/ui/
H A Dspice-app.c42 static const char *tmp_dir; variable
129 if (tmp_dir) { in spice_app_atexit()
130 rmdir(tmp_dir); in spice_app_atexit()
163 tmp_dir = app_dir; in spice_app_display_early_init()
/qemu/hw/s390x/
H A Ds390-ccw.c80 g_autofree char *tmp_dir = NULL; in s390_ccw_get_dev_info() local
97 tmp_dir = g_path_get_dirname(dev_path); in s390_ccw_get_dev_info()
98 tmp = g_path_get_basename(tmp_dir); in s390_ccw_get_dev_info()