Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_IS_DIRECTORY (Results 1 – 9 of 9) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-request-file.c166 if (g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY)) { in soup_request_file_send()
267 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY)) { in on_read_file_ready()
/third_party/glib/gio/
Dgioerror.c82 return G_IO_ERROR_IS_DIRECTORY; in g_io_error_from_errno()
Dgioenums.h534 G_IO_ERROR_IS_DIRECTORY, enumerator
Dglocalfileoutputstream.c956 G_IO_ERROR_IS_DIRECTORY, in handle_overwrite_open()
Dgioenumtypes.c444 { G_IO_ERROR_IS_DIRECTORY, "G_IO_ERROR_IS_DIRECTORY", "is-directory" }, in g_io_error_enum_get_type()
Dglocalfile.c2471 G_IO_ERROR_IS_DIRECTORY, in g_local_file_move()
Dgfile.c2607 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY, in copy_symlink()
2645 if (my_error->domain == G_IO_ERROR && my_error->code == G_IO_ERROR_IS_DIRECTORY) in open_source_for_copy()
/third_party/glib/gio/tests/
Dfile.c139 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY); in test_type()
1261 FALSE, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY, in test_replace()
1332 FALSE, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY, in test_replace()
1466 FALSE, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY, in test_replace()
1541 FALSE, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY, in test_replace()
Dlive-g-file.c1014 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY); in test_create()
1087 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY); in test_open()