Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgfileutils.h40 G_FILE_ERROR_NOTDIR, enumerator
Dgfileutils.c547 return G_FILE_ERROR_NOTDIR; in g_file_error_from_errno()
/third_party/glib/gio/
Dglocalfileenumerator.c172 case G_FILE_ERROR_NOTDIR: in convert_file_to_io_error()
/third_party/glib/glib/tests/
Dfileutils.c761 g_assert_cmpint (g_file_error_from_errno (ENOTDIR), ==, G_FILE_ERROR_NOTDIR); in test_file_errors()