Searched refs:G_IO_ERROR_EXISTS (Results 1 – 14 of 14) sorted by relevance
/third_party/glib/gio/ |
D | gioerror.c | 76 return G_IO_ERROR_EXISTS; in g_io_error_from_errno()
|
D | gio-tool-move.c | 178 if (interactive && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in handle_move()
|
D | gio-tool-copy.c | 188 if (interactive && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in handle_copy()
|
D | gio-tool-trash.c | 117 if (g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in restore_trash()
|
D | gioenums.h | 533 G_IO_ERROR_EXISTS, enumerator
|
D | gfile.c | 2592 my_error->domain == G_IO_ERROR && my_error->code == G_IO_ERROR_EXISTS) in copy_symlink() 2675 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_EXISTS, in open_source_for_copy() 3952 if (g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in g_file_make_directory_with_parents() 3972 if (g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in g_file_make_directory_with_parents()
|
D | gioenumtypes.c | 443 { G_IO_ERROR_EXISTS, "G_IO_ERROR_EXISTS", "exists" }, in g_io_error_enum_get_type()
|
D | glocalfile.c | 1168 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_EXISTS, in g_local_file_set_display_name()
|
D | gdbusconnection.c | 5228 G_IO_ERROR_EXISTS, in g_dbus_connection_register_object() 6912 G_IO_ERROR_EXISTS, in g_dbus_connection_register_subtree()
|
/third_party/glib/gio/tests/ |
D | readwrite.c | 203 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_g_file_create_readwrite()
|
D | live-g-file.c | 806 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in do_copy_move() 1006 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_create() 1012 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_create()
|
D | gdbus-export.c | 1117 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_object_registration() 1185 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_object_registration()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpclient.c | 1299 g_task_return_new_error (task, G_IO_ERROR, G_IO_ERROR_EXISTS, in on_publish_or_play_status()
|
/third_party/glib/ |
D | NEWS | 4531 719455 g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS
|