Searched refs:g_file_replace (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/gio/ |
D | gio-tool-save.c | 85 out = (GOutputStream *)g_file_replace (file, etag, backup, flags, NULL, &error); in save()
|
D | gfile.c | 1853 g_file_replace (GFile *file, in g_file_replace() function 3317 out = (GOutputStream *)g_file_replace (destination, in file_copy_fallback() 5871 stream = g_file_replace (G_FILE (source_object), in replace_async_thread() 7529 out = g_file_replace (file, etag, make_backup, flags, cancellable, error); in g_file_replace_contents()
|
D | gfile.h | 685 GFileOutputStream * g_file_replace (GFile *file,
|
/third_party/glib/gio/tests/ |
D | async-splice-output-stream.c | 155 data.ostream = G_OUTPUT_STREAM (g_file_replace (file, NULL, FALSE, in test_copy_chunks_start()
|
D | live-g-file.c | 204 outs = g_file_replace (child, NULL, FALSE, create_flags, NULL, &error); in create_empty_file() 340 g_file_replace (child, NULL, FALSE, G_FILE_CREATE_NONE, NULL, &error); in test_create_structure() 993 g_file_replace (child, NULL, TRUE, item.create_flags, NULL, in test_create()
|
D | file.c | 724 ostream = g_file_replace (file, NULL, TRUE, 0, NULL, &error); in test_replace_cancel() 866 stream = g_file_replace (source_file, NULL, FALSE /* no backup */, in test_replace_symlink() 1724 output_stream = g_file_replace (source_file, in test_replace()
|
D | testfilemonitor.c | 980 data.output_stream = g_file_replace (data.file, NULL, FALSE, in test_file_hard_links()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlssink2.c | 154 G_OUTPUT_STREAM (g_file_replace (file, NULL, FALSE, in gst_hls_sink2_get_playlist_stream() 176 G_OUTPUT_STREAM (g_file_replace (file, NULL, FALSE, in gst_hls_sink2_get_fragment_stream()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstvideocodectestsink.c | 148 self->ostream = G_OUTPUT_STREAM (g_file_replace (file, NULL, FALSE, in gst_video_codec_test_sink_start()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashsink.c | 416 G_OUTPUT_STREAM (g_file_replace (file, NULL, FALSE, in gst_dash_sink_get_playlist_stream() 438 G_OUTPUT_STREAM (g_file_replace (file, NULL, FALSE, in gst_dash_sink_get_fragment_stream()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 112 g_file_replace
|
/third_party/glib/ |
D | NEWS | 47 * Fix a security issue when using `g_file_replace()` with 1864 - !493 tests: Check that cancelling g_file_replace don't overwrite existing file 4595 736286 Clarify g_file_replace behavior with etags 10806 548988 g_file_replace fails on Windows when the target file exists
|