Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_NOT_EMPTY (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/
Dgioerror.c161 return G_IO_ERROR_NOT_EMPTY; in g_io_error_from_errno()
Dgioenums.h536 G_IO_ERROR_NOT_EMPTY, enumerator
Dgioenumtypes.c446 { G_IO_ERROR_NOT_EMPTY, "G_IO_ERROR_NOT_EMPTY", "not-empty" }, in g_io_error_enum_get_type()
/third_party/glib/gio/tests/
Dgdbus-error.c233 error = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_NOT_EMPTY, "Not Empty"); in test_register_error()
Dlive-g-file.c1161 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_EMPTY); in test_delete()