Home
last modified time | relevance | path

Searched refs:g_fsync (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/
Dgstdio.h79 #define g_fsync fsync macro
163 gint g_fsync (gint fd);
Dgfileutils.c1074 g_fsync (dir_fd); in rename_file()
1191 if (do_fsync && g_fsync (fd) != 0) in write_to_file()
Dgstdio.c1678 g_fsync (gint fd) in g_fsync() function
/third_party/glib/glib/tests/
Dfileutils.c958 g_assert_cmpint (g_fsync (fd), ==, 0); in test_set_contents()
1048 g_assert_no_errno (g_fsync (fd)); in test_set_contents_full()
1171 g_assert_no_errno (g_fsync (fd)); in test_set_contents_full_read_only_file()
1226 g_assert_no_errno (g_fsync (fd)); in test_set_contents_full_read_only_directory()
/third_party/glib/gio/
Dglocalfileoutputstream.c328 g_fsync (file->priv->fd) != 0) in _g_local_file_output_stream_really_close()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1689 g_fsync
/third_party/glib/
DNEWS1371 * Add g_fsync() API (#35)
1394 - #35 add g_fsync to API