Searched refs:g_file_copy (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/ |
D | gio-tool-copy.c | 186 if (!g_file_copy (source, target, flags, NULL, progress ? show_progress : NULL, NULL, &error)) in handle_copy() 204 … if (!g_file_copy (source, target, flags, NULL, progress ? show_progress : NULL, NULL, &error)) in handle_copy()
|
D | gfile.h | 900 gboolean g_file_copy (GFile *source,
|
D | gfile.c | 3481 g_file_copy (GFile *source, in g_file_copy() function 3759 if (!g_file_copy (source, destination, flags, cancellable, in g_file_move() 6446 result = g_file_copy (data->source, in copy_async_thread()
|
/third_party/glib/gio/tests/ |
D | live-g-file.c | 787 g_file_copy (src_file, dst_file, in do_copy_move()
|
D | file.c | 1956 g_file_copy (tmpfile, dest_tmpfile, vectors[i].copy_flags, in test_copy_preserve_mode()
|
/third_party/glib/ |
D | NEWS | 1373 * Fix regression in g_file_copy() when passing 1395 - #174 g_file_copy always preserves permissions, even if G_FILE_COPY_ALL_METADATA flag is not set 3097 784037 gio: Mention the ALL_METADATA flag in g_file_copy() 4886 727559 g_file_copy: Don't set GError when we intend to ignore errors 5507 - g_file_copy() now falls back to pathname queryinfo. This should 5932 699959 g_file_copy(): Ensure we create private files by default 6099 - g_file_copy(): fix bug where attributes were not applied properly to 6108 696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions 10852 547080 g_file_copy leaks expected errors 11134 526796 Wrong order of arguments in g_file_copy's fallback [all …]
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 148 g_file_copy
|