Home
last modified time | relevance | path

Searched refs:g_file_delete (Results 1 – 13 of 13) sorted by relevance

/third_party/glib/gio/tests/
Dtestfilemonitor.c42 g_file_delete (fixture->tmp_dir, NULL, &local_error); in teardown()
332 g_file_delete (data->file, NULL, NULL); in atomic_replace_step()
369 g_file_delete (data.file, NULL, NULL); in test_atomic_replace()
434 g_file_delete (data->file, NULL, NULL); in change_step()
474 g_file_delete (data.file, NULL, NULL); in test_file_changes()
546 g_file_delete (file2, NULL, NULL); in dir_step()
553 g_file_delete (data->file, NULL, NULL); in dir_step()
591 g_file_delete (data.file, NULL, NULL); in test_dir_monitor()
642 g_file_delete (data->file, NULL, &error); in nodir_step()
648 g_file_delete (parent, NULL, &error); in nodir_step()
[all …]
Dfile.c228 ret = g_file_delete (data->file, NULL, &error); in iclosed_cb()
631 ret = g_file_delete (data->file, NULL, &error); in loaded_cb()
818 g_file_delete (file, NULL, &error); in test_replace_cancel()
823 g_file_delete (tmpdir, NULL, &error); in test_replace_cancel()
921 g_file_delete (source_file, NULL, &local_error); in test_replace_symlink()
924 g_file_delete (tmpdir, NULL, &local_error); in test_replace_symlink()
1814 g_file_delete (source_file, NULL, NULL); in test_replace()
1815 g_file_delete (backup_file, NULL, NULL); in test_replace()
1820 g_file_delete (backup_target_file, NULL, NULL); in test_replace()
1825 g_file_delete (backup_target_file, NULL, NULL); in test_replace()
[all …]
Dlive-g-file.c1153 res = g_file_delete (child, NULL, &error); in test_delete()
1216 g_file_delete (child, NULL, NULL); in test_make_directory_with_parents()
1224 g_file_delete (grandchild, NULL, NULL); in test_make_directory_with_parents()
1225 g_file_delete (child, NULL, NULL); in test_make_directory_with_parents()
1233 g_file_delete (greatgrandchild, NULL, NULL); in test_make_directory_with_parents()
1234 g_file_delete (grandchild, NULL, NULL); in test_make_directory_with_parents()
1235 g_file_delete (child, NULL, NULL); in test_make_directory_with_parents()
1320 res = g_file_delete (descend, NULL, &error); in cleanup_dir_recurse()
1353 g_file_delete (root, NULL, NULL); in prep_clean_structure()
Dg-file-info.c194 g_file_delete (file, NULL, NULL); in test_g_file_info_modification_time()
736 g_file_delete (file, NULL, NULL); in test_xattrs()
Dgsubprocess.c1585 (void) g_file_delete (tmpfile, NULL, NULL); in test_stdout_file()
1637 (void) g_file_delete (tmpfile, NULL, NULL); in test_stdout_fd()
1695 (void) g_file_delete (tmpfile, NULL, NULL); in test_child_setup()
/third_party/glib/gio/
Dgio-tool-remove.c83 if (!g_file_delete (file, NULL, &error)) in handle_remove()
Dgio-tool-trash.c80 g_file_delete (file, NULL, NULL); in delete_trash_file()
Dgfile.c2613 if (!g_file_delete (destination, cancellable, error)) in copy_symlink()
3764 return g_file_delete (source, cancellable, error); in g_file_move()
4085 g_file_delete (GFile *file, in g_file_delete() function
5929 if (g_file_delete (G_FILE (object), cancellable, &error)) in delete_async_thread()
Dgfile.h866 gboolean g_file_delete (GFile *file,
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlssink2.c478 if (!g_file_delete (file, NULL, &err)) { in gst_hls_sink2_handle_message()
/third_party/libsoup/libsoup/
Dsoup-cache.c534 g_file_delete (file, NULL, NULL); in soup_cache_entry_remove()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt142 g_file_delete
/third_party/glib/
DNEWS655 - !1613 gfile: Document TOCTTOU avoidance using g_file_delete()