Lines Matching refs:tmp_file
141 char *tmp_file; in test_g_file_open_readwrite() local
150 &tmp_file, NULL); in test_g_file_open_readwrite()
154 res = g_file_set_contents (tmp_file, in test_g_file_open_readwrite()
168 file = g_file_new_for_path (tmp_file); in test_g_file_open_readwrite()
178 g_unlink (tmp_file); in test_g_file_open_readwrite()
179 g_free (tmp_file); in test_g_file_open_readwrite()
185 char *tmp_file; in test_g_file_create_readwrite() local
195 &tmp_file, NULL); in test_g_file_create_readwrite()
199 file = g_file_new_for_path (tmp_file); in test_g_file_create_readwrite()
206 g_unlink (tmp_file); in test_g_file_create_readwrite()
226 g_unlink (tmp_file); in test_g_file_create_readwrite()
227 g_free (tmp_file); in test_g_file_create_readwrite()
233 char *tmp_file, *backup, *data; in test_g_file_replace_readwrite() local
245 &tmp_file, NULL); in test_g_file_replace_readwrite()
249 res = g_file_set_contents (tmp_file, in test_g_file_replace_readwrite()
253 file = g_file_new_for_path (tmp_file); in test_g_file_replace_readwrite()
282 backup = g_strconcat (tmp_file, "~", NULL); in test_g_file_replace_readwrite()
292 g_unlink (tmp_file); in test_g_file_replace_readwrite()
293 g_free (tmp_file); in test_g_file_replace_readwrite()