Lines Matching refs:file
48 gchar *file = qemu_authz_listfile_test_save( in test_authz_default_deny() local
54 file, false, in test_authz_default_deny()
56 unlink(file); in test_authz_default_deny()
57 g_free(file); in test_authz_default_deny()
66 gchar *file = qemu_authz_listfile_test_save( in test_authz_default_allow() local
72 file, false, in test_authz_default_allow()
74 unlink(file); in test_authz_default_allow()
75 g_free(file); in test_authz_default_allow()
84 gchar *file = qemu_authz_listfile_test_save( in test_authz_explicit_deny() local
94 file, false, in test_authz_explicit_deny()
96 unlink(file); in test_authz_explicit_deny()
97 g_free(file); in test_authz_explicit_deny()
107 gchar *file = qemu_authz_listfile_test_save( in test_authz_explicit_allow() local
117 file, false, in test_authz_explicit_allow()
119 unlink(file); in test_authz_explicit_allow()
120 g_free(file); in test_authz_explicit_allow()
131 gchar *file = qemu_authz_listfile_test_save( in test_authz_complex() local
151 file, false, in test_authz_complex()
153 unlink(file); in test_authz_complex()
154 g_free(file); in test_authz_complex()