Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_NOT_DIRECTORY (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gio/
Dgioerror.c106 return G_IO_ERROR_NOT_DIRECTORY; in g_io_error_from_errno()
Dgioenums.h535 G_IO_ERROR_NOT_DIRECTORY, enumerator
Dglocalfileenumerator.c173 new_code = G_IO_ERROR_NOT_DIRECTORY; in convert_file_to_io_error()
Dgresourcefile.c731 g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_DIRECTORY, in _g_resource_file_enumerator_new()
Dgioenumtypes.c445 { G_IO_ERROR_NOT_DIRECTORY, "G_IO_ERROR_NOT_DIRECTORY", "not-directory" }, in g_io_error_enum_get_type()
/third_party/glib/gio/tests/
Dlive-g-file.c733 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_DIRECTORY); in test_enumerate()
813 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_DIRECTORY); in do_copy_move()