Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_NOT_FOUND (Results 1 – 12 of 12) sorted by relevance

/third_party/glib/gio/
Dgio-tool-trash.c106 … g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, _("Unable to find original path")); in restore_trash()
270 !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) in handle_trash()
Dgio-tool-remove.c86 !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) in handle_remove()
Dglocalfileenumerator.c167 new_code = G_IO_ERROR_NOT_FOUND; in convert_file_to_io_error()
428 if (g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) in g_local_file_enumerator_next_file()
Dgioerror.c100 return G_IO_ERROR_NOT_FOUND; in g_io_error_from_errno()
Dgresourcefile.c475 g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, in g_resource_file_query_info()
598 g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, in g_resource_file_read()
735 g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, in _g_resource_file_enumerator_new()
Dgioenums.h532 G_IO_ERROR_NOT_FOUND, enumerator
Dgresource.c218 if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) in open_overlay_stream()
Dgfile.c1556 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, in g_file_find_enclosing_mount()
2686 if (my_error != NULL && !g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) in open_source_for_copy()
3923 if (!g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) in g_file_make_directory_with_parents()
3939 while (g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) in g_file_make_directory_with_parents()
3958 if (g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) in g_file_make_directory_with_parents()
Dgioenumtypes.c442 { G_IO_ERROR_NOT_FOUND, "G_IO_ERROR_NOT_FOUND", "not-found" }, in g_io_error_enum_get_type()
/third_party/glib/gio/tests/
Dlive-g-file.c728 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in test_enumerate()
827 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in do_copy_move()
1082 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in test_open()
1166 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in test_delete()
1171 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in test_delete()
Dreadwrite.c164 g_assert (g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)); in test_g_file_open_readwrite()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpclient.c1319 g_task_return_new_error (task, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, in on_publish_or_play_status()