Home
last modified time | relevance | path

Searched refs:g_dir_open_with_errno (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/glib/
Dglib-private.h91 GDir * g_dir_open_with_errno (const gchar *path, guint flags);
111 GDir * (* g_dir_open_with_errno) (const gchar *path, member
Dgdir.c85 g_dir_open_with_errno (const gchar *path, in g_dir_open_with_errno() function
143 dir = g_dir_open_with_errno (path, flags); in g_dir_open()
Dglib-private.c47 g_dir_open_with_errno, in glib__private__()
/third_party/glib/gio/
Dglocalfile.c2880 dir = GLIB_PRIVATE_CALL(g_dir_open_with_errno) (dir_name->data, 0); in g_local_file_measure_size_of_contents()