Home
last modified time | relevance | path

Searched refs:g_win32_fstat (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/glib/
Dglib-private.c56 g_win32_fstat, in glib__private__()
Dgstdioprivate.h65 int g_win32_fstat (int fd,
Dglib-private.h132 int (* g_win32_fstat) (int fd, member
Dgstdio.c805 g_win32_fstat (int fd, in g_win32_fstat() function
/third_party/glib/gio/
Dglocalfileinfo.h219 return GLIB_PRIVATE_CALL (g_win32_fstat) (fd, stat_buf); in g_local_file_fstat()
Dglocalfileoutputstream.c344 if (GLIB_PRIVATE_CALL (g_win32_fstat) (file->priv->fd, &final_stat) == 0) in _g_local_file_output_stream_really_close()