Home
last modified time | relevance | path

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

12345678

/dports/x11/gnome-shell/gnome-shell-41.1/subprojects/extensions-tool/src/
H A Dcommand-install.c125 if (error->code == G_IO_ERROR_EXISTS) in install_extension()
138 g_set_error (&error, G_IO_ERROR, G_IO_ERROR_EXISTS, in install_extension()
/dports/audio/easytag/easytag-2.4.3/tests/
H A Dtest-misc.c176 g_assert_error (error1, G_IO_ERROR, G_IO_ERROR_EXISTS); in misc_rename_file()
177 g_assert_error (error2, G_IO_ERROR, G_IO_ERROR_EXISTS); in misc_rename_file()
/dports/x11/libfm-extra/libfm-1.3.2/src/job/
H A Dfm-file-ops-job-xfer.c155 if(err->domain == G_IO_ERROR && (err->code == G_IO_ERROR_EXISTS || in _fm_file_ops_job_copy_file()
160 gboolean dest_exists = (err->code == G_IO_ERROR_EXISTS); in _fm_file_ops_job_copy_file()
407 if(err->domain == G_IO_ERROR && (err->code == G_IO_ERROR_EXISTS || in _fm_file_ops_job_copy_file()
412 gboolean dest_exists = (err->code == G_IO_ERROR_EXISTS); in _fm_file_ops_job_copy_file()
540 if(err->domain == G_IO_ERROR && err->code == G_IO_ERROR_EXISTS) in _fm_file_ops_job_move_file()
/dports/x11/libfm/libfm-1.3.2/src/job/
H A Dfm-file-ops-job-xfer.c155 if(err->domain == G_IO_ERROR && (err->code == G_IO_ERROR_EXISTS || in _fm_file_ops_job_copy_file()
160 gboolean dest_exists = (err->code == G_IO_ERROR_EXISTS); in _fm_file_ops_job_copy_file()
407 if(err->domain == G_IO_ERROR && (err->code == G_IO_ERROR_EXISTS || in _fm_file_ops_job_copy_file()
412 gboolean dest_exists = (err->code == G_IO_ERROR_EXISTS); in _fm_file_ops_job_copy_file()
540 if(err->domain == G_IO_ERROR && err->code == G_IO_ERROR_EXISTS) in _fm_file_ops_job_move_file()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/thunderbolt/
H A Dbolt-error.c65 return g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS) || in bolt_err_exists()
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendburn.c753 G_IO_ERROR_EXISTS, in try_make_directory()
789 G_IO_ERROR_EXISTS, in try_set_display_name()
885 G_IO_ERROR, G_IO_ERROR_EXISTS, in try_push()
924 G_IO_ERROR, G_IO_ERROR_EXISTS, in try_push()
1000 G_IO_ERROR_EXISTS, in try_move()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/liblatexila/
H A Dlatexila-utils.c342 g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in migrate_latexila_to_gnome_latex_copy_file()
542 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in migrate_latexila_to_gnome_latex_personal_templates_rc_file()
/dports/www/epiphany/epiphany-41.0/src/preferences/
H A Dprefs-appearance-page.c194 if (stream == NULL && !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in css_file_created_cb()
229 if (stream == NULL && !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in js_file_created_cb()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgioerror.c76 return G_IO_ERROR_EXISTS; in g_io_error_from_errno()
H A Dgio-tool-move.c178 if (interactive && g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in handle_move()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/file_manager/
H A Dgth-copy-task.c66 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS) in copy_done_cb()
H A Dgth-duplicate-task.c90 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) { in copy_ready_cb()
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Dcoverage.cpp83 if (!g_error_matches(*error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in copy_source_file_to_coverage_output()
194 if (!g_error_matches(*error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in write_statistics_internal()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/catalogs/
H A Dactions.c151 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in catalog_new_dialog_response_cb()
265 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in new_library_dialog_response_cb()
/dports/audio/goobox/goobox-3.6.0/src/
H A Dgio-utils.c342 if ((stream == NULL) && g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in _g_file_create_unique()
394 if (! created && g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in _g_directory_create_unique()
/dports/lang/cjs/cjs-4.8.2/cjs/
H A Dcoverage.cpp102 if (!g_error_matches(*error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in copy_source_file_to_coverage_output()
213 if (!g_error_matches(*error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in write_statistics_internal()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-transfer-job.c463 || (err->code == G_IO_ERROR_EXISTS in ttj_copy_file()
612 if (err != NULL && err->domain == G_IO_ERROR && err->code == G_IO_ERROR_EXISTS) in thunar_transfer_job_copy_file()
621 if (err->domain == G_IO_ERROR && err->code == G_IO_ERROR_EXISTS) in thunar_transfer_job_copy_file()
1058 …f (!move_rename_successful && !exo_job_is_cancelled (job) && ((*error)->code == G_IO_ERROR_EXISTS)) in thunar_transfer_job_move_file_with_rename()
1091 if (!move_successful && (*error)->code == G_IO_ERROR_EXISTS) in thunar_transfer_job_move_file()
H A Dthunar-io-jobs.c184 if (err->code == G_IO_ERROR_EXISTS) in _thunar_io_jobs_create()
334 if (err->code == G_IO_ERROR_EXISTS) in _thunar_io_jobs_mkdir()
690 if (err != NULL && err->domain == G_IO_ERROR && err->code == G_IO_ERROR_EXISTS) in _thunar_io_jobs_link_file()
699 if (err->domain == G_IO_ERROR && err->code == G_IO_ERROR_EXISTS) in _thunar_io_jobs_link_file()
/dports/devel/gvfs/gvfs-1.46.2/test/
H A Dgoogle.c148 if (child_error->code != G_IO_ERROR_EXISTS) in delete_and_make_new_directory()
438 if (child_error->code != G_IO_ERROR_EXISTS) in gvfs_google_test_init()
490 if (child_error->code != G_IO_ERROR_EXISTS) in gvfs_google_test_init()
781 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in gvfs_google_test_copy_file_within_same_parent_with_same_title()
835 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in gvfs_google_test_copy_file_within_same_parent_with_source_id_as_destination_basename()
924 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in gvfs_google_test_move_file_within_same_parent_without_title_change()
/dports/audio/easytag/easytag-2.4.3/src/
H A Dmisc.c404 if (!g_error_matches (*error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in et_rename_file()
420 if (g_error_matches (*error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in et_rename_file()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-save-image-task.c127 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) { in save_to_file_ready_cb()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/examples/cursor/
H A Dcursor-data.c202 if (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) { in cursor_load_data()
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-util.c254 if (error && !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in touch_file()
263 if (error && !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in touch_file()
/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-glib.c391 if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in photos_glib_file_create_create()
516 if (g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) in photos_glib_make_directory_with_parents()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/cmake/
H A Dgbp-cmake-build-target-provider.c133 G_IO_ERROR_EXISTS, in gbp_cmake_build_target_provider_get_targets_async()

12345678