Searched refs:app_dir (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ui/ |
H A D | spice-app.c | 43 static char *app_dir; variable 133 g_free(app_dir); in spice_app_atexit() 154 app_dir = g_build_filename(g_get_user_runtime_dir(), in spice_app_display_early_init() 156 if (g_mkdir_with_parents(app_dir, S_IRWXU) < -1) { in spice_app_display_early_init() 158 app_dir, strerror(errno)); in spice_app_display_early_init() 162 app_dir = g_dir_make_tmp(NULL, &err); in spice_app_display_early_init() 163 tmp_dir = app_dir; in spice_app_display_early_init() 178 sock_path = g_strjoin("", app_dir, "/", "spice.sock", NULL); in spice_app_display_early_init() 207 uri = g_strjoin("", "spice+unix://", app_dir, "/", "spice.sock", NULL); in spice_app_display_init()
|