Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dglib-private.c53 g_win32_stat_utf8, in glib__private__()
Dgstdioprivate.h53 int g_win32_stat_utf8 (const gchar *filename,
Dglib-private.h120 int (* g_win32_stat_utf8) (const gchar *filename, member
Dgstdio.c785 g_win32_stat_utf8 (const gchar *filename, in g_win32_stat_utf8() function
1324 int retval = g_win32_stat_utf8 (filename, &w32_buf); in g_stat()
/third_party/glib/gio/
Dglocalfileinfo.h283 return GLIB_PRIVATE_CALL (g_win32_stat_utf8) (path, stat_buf); in g_local_file_stat()
Dgwin32appinfo.c3132 … if (GLIB_PRIVATE_CALL (g_win32_stat_utf8) (handler_verb->executable_folded, in link_handlers_to_unregistered_apps()
3140 (GLIB_PRIVATE_CALL (g_win32_stat_utf8) (app_verb->executable_folded, in link_handlers_to_unregistered_apps()
Dglocalfile.c1344 ret = GLIB_PRIVATE_CALL (g_win32_stat_utf8) (local->filename, &buf); in g_local_file_read()