Searched refs:g_file_append_to (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/ |
D | gio-tool-save.c | 83 out = (GOutputStream *)g_file_append_to (file, flags, NULL, &error); in save()
|
D | gfile.h | 675 GFileOutputStream * g_file_append_to (GFile *file,
|
D | gfile.c | 1713 g_file_append_to (GFile *file, in g_file_append_to() function 5755 stream = g_file_append_to (G_FILE (source_object), *data, cancellable, &error); in append_to_async_thread()
|
/third_party/glib/gio/tests/ |
D | testfilemonitor.c | 413 stream = (GOutputStream *)g_file_append_to (data->file, G_FILE_CREATE_NONE, NULL, &error); in change_step() 891 hard_link_stream = G_OUTPUT_STREAM (g_file_append_to (hard_link_file, in file_hard_links_step()
|
D | live-g-file.c | 996 os = g_file_append_to (child, item.create_flags, NULL, &error); in test_create()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 110 g_file_append_to
|
/third_party/glib/ |
D | NEWS | 10999 540331 g_file_append_to () documentation: can return NULL
|