Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_EXISTS (Results 76 – 100 of 184) sorted by relevance

12345678

/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/flatpak/
H A Dgbp-flatpak-sources.c587 if (!g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in gbp_flatpak_sources_fetch_archive()
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/common/
H A Dfile-transfer-dialog.c501 error->code == G_IO_ERROR_EXISTS) in file_transfer_job_schedule()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkbookmarksmanager.c206 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in save_bookmarks()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfile-utils.c384 …if ((error != NULL) && (*error != NULL) && g_error_matches (*error, G_IO_ERROR, G_IO_ERROR_EXISTS)… in _g_file_make_directory_tree()
H A Dfr-archive-libarchive.c885 if (! g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in extract_archive_thread()
971 if (! g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in extract_archive_thread()
1016 if (g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) { in extract_archive_thread()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-image-list-task.c183 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) { in image_saved_cb()
/dports/deskutils/bijiben/bijiben-40.1/src/
H A Dbjb-application.c402 if (error && error->code == G_IO_ERROR_EXISTS) in bijiben_startup()
/dports/mail/gmime30/gmime-3.2.7/gmime/
H A Dgmime-stream-gio.c142 case G_IO_ERROR_EXISTS: errno = EEXIST; break; in set_errno()
/dports/security/gcr/gcr-3.40.0/ui/
H A Dgcr-certificate-exporter.c220 if (g_error_matches (self->pv->error, G_IO_ERROR, G_IO_ERROR_EXISTS)) { in on_create_file_ready()
/dports/mail/gmime26-sharp/gmime-2.6.23/gmime/
H A Dgmime-stream-gio.c153 case G_IO_ERROR_EXISTS: errno = EEXIST; break; in set_errno()
/dports/mail/gmime26/gmime-2.6.23/gmime/
H A Dgmime-stream-gio.c153 case G_IO_ERROR_EXISTS: errno = EEXIST; break; in set_errno()
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendafp.c295 g_vfs_job_failed (G_VFS_JOB (job), G_IO_ERROR, G_IO_ERROR_EXISTS, in do_copy()
498 g_vfs_job_failed (G_VFS_JOB (job), G_IO_ERROR, G_IO_ERROR_EXISTS, in do_move()
1258 if (g_error_matches (err, G_IO_ERROR, G_IO_ERROR_EXISTS)) in replace_create_tmp_file_cb()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/projects/
H A Dide-template-base.c93 if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in ide_template_base_mkdirs_worker()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/test-server-utils/
H A De-test-server-utils.c643 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) { in e_test_server_utils_bootstrap_idle()
/dports/x11-toolkits/tepl6/tepl-6.00.0/tepl/
H A Dtepl-utils.c636 if (g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in tepl_utils_create_parent_directories()
/dports/x11/libfm/libfm-1.3.2/src/job/
H A Dfm-file-ops-job.c710 if(err->domain == G_IO_ERROR && err->code == G_IO_ERROR_EXISTS) in _fm_file_ops_job_link_run()
/dports/x11/libfm-extra/libfm-1.3.2/src/job/
H A Dfm-file-ops-job.c710 if(err->domain == G_IO_ERROR && err->code == G_IO_ERROR_EXISTS) in _fm_file_ops_job_link_run()
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dgdbus-export.c1123 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_object_registration()
1191 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_object_registration()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libebackend/
H A De-source-registry-server.c318 error, G_IO_ERROR, G_IO_ERROR_EXISTS, in source_registry_server_create_source()
332 if (g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in source_registry_server_create_source()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/gio/
H A DnsGIOProtocolHandler.cpp72 case G_IO_ERROR_EXISTS: in MapGIOResult()
/dports/security/libsecret/libsecret-0.20.4/libsecret/
H A Dsecret-file-backend.c468 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in secret_file_backend_real_init_async()
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-io-error-info-bar.c820 else if (is_gio_error (error, G_IO_ERROR_EXISTS)) in gedit_unrecoverable_saving_error_info_bar_new()
/dports/deskutils/gnome-screenshot/gnome-screenshot-41.0/src/
H A Dscreenshot-application.c162 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS) && in save_pixbuf_handle_error()
/dports/www/firefox/firefox-99.0/netwerk/protocol/gio/
H A DnsGIOProtocolHandler.cpp72 case G_IO_ERROR_EXISTS: in MapGIOResult()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/gio/
H A DnsGIOProtocolHandler.cpp72 case G_IO_ERROR_EXISTS: in MapGIOResult()

12345678