Searched refs:G_IO_ERROR_NOT_DIRECTORY (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/ |
D | gioerror.c | 106 return G_IO_ERROR_NOT_DIRECTORY; in g_io_error_from_errno()
|
D | gioenums.h | 535 G_IO_ERROR_NOT_DIRECTORY, enumerator
|
D | glocalfileenumerator.c | 173 new_code = G_IO_ERROR_NOT_DIRECTORY; in convert_file_to_io_error()
|
D | gresourcefile.c | 731 g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_DIRECTORY, in _g_resource_file_enumerator_new()
|
D | gioenumtypes.c | 445 { G_IO_ERROR_NOT_DIRECTORY, "G_IO_ERROR_NOT_DIRECTORY", "not-directory" }, in g_io_error_enum_get_type()
|
/third_party/glib/gio/tests/ |
D | live-g-file.c | 733 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()
|