Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_EXISTS (Results 1 – 14 of 14) sorted by relevance

/third_party/glib/gio/
Dgioerror.c76 return G_IO_ERROR_EXISTS; in g_io_error_from_errno()
Dgio-tool-move.c178 if (interactive && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in handle_move()
Dgio-tool-copy.c188 if (interactive && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in handle_copy()
Dgio-tool-trash.c117 if (g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in restore_trash()
Dgioenums.h533 G_IO_ERROR_EXISTS, enumerator
Dgfile.c2592 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()
Dgioenumtypes.c443 { G_IO_ERROR_EXISTS, "G_IO_ERROR_EXISTS", "exists" }, in g_io_error_enum_get_type()
Dglocalfile.c1168 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_EXISTS, in g_local_file_set_display_name()
Dgdbusconnection.c5228 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/
Dreadwrite.c203 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_g_file_create_readwrite()
Dlive-g-file.c806 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()
Dgdbus-export.c1117 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/
Drtmpclient.c1299 g_task_return_new_error (task, G_IO_ERROR, G_IO_ERROR_EXISTS, in on_publish_or_play_status()
/third_party/glib/
DNEWS4531 719455 g_file_make_directory_with_parents() can erroneously throw G_IO_ERROR_EXISTS