Home
last modified time | relevance | path

Searched refs:g_file_replace (Results 1 – 12 of 12) sorted by relevance

/third_party/glib/gio/
Dgio-tool-save.c85 out = (GOutputStream *)g_file_replace (file, etag, backup, flags, NULL, &error); in save()
Dgfile.c1853 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()
Dgfile.h685 GFileOutputStream * g_file_replace (GFile *file,
/third_party/glib/gio/tests/
Dasync-splice-output-stream.c155 data.ostream = G_OUTPUT_STREAM (g_file_replace (file, NULL, FALSE, in test_copy_chunks_start()
Dlive-g-file.c204 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()
Dfile.c724 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()
Dtestfilemonitor.c980 data.output_stream = g_file_replace (data.file, NULL, FALSE, in test_file_hard_links()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlssink2.c154 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/
Dgstvideocodectestsink.c148 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/
Dgstdashsink.c416 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/
Dgio-sections-common.txt112 g_file_replace
/third_party/glib/
DNEWS47 * 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