Searched refs:G_IO_ERROR_IS_DIRECTORY (Results 1 – 9 of 9) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-request-file.c | 166 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/ |
D | gioerror.c | 82 return G_IO_ERROR_IS_DIRECTORY; in g_io_error_from_errno()
|
D | gioenums.h | 534 G_IO_ERROR_IS_DIRECTORY, enumerator
|
D | glocalfileoutputstream.c | 956 G_IO_ERROR_IS_DIRECTORY, in handle_overwrite_open()
|
D | gioenumtypes.c | 444 { G_IO_ERROR_IS_DIRECTORY, "G_IO_ERROR_IS_DIRECTORY", "is-directory" }, in g_io_error_enum_get_type()
|
D | glocalfile.c | 2471 G_IO_ERROR_IS_DIRECTORY, in g_local_file_move()
|
D | gfile.c | 2607 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/ |
D | file.c | 139 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()
|
D | live-g-file.c | 1014 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()
|