Home
last modified time | relevance | path

Searched refs:G_FILE_ERROR_LOOP (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dgfileutils.h46 G_FILE_ERROR_LOOP, enumerator
Dgfileutils.c577 return G_FILE_ERROR_LOOP; in g_file_error_from_errno()
/third_party/glib/glib/tests/
Dfileutils.c779 g_assert_cmpint (g_file_error_from_errno (ELOOP), ==, G_FILE_ERROR_LOOP); in test_file_errors()