Searched refs:G_IO_ERROR_NOT_FOUND (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/gio/ |
D | gio-tool-trash.c | 106 … 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()
|
D | gio-tool-remove.c | 86 !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) in handle_remove()
|
D | glocalfileenumerator.c | 167 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()
|
D | gioerror.c | 100 return G_IO_ERROR_NOT_FOUND; in g_io_error_from_errno()
|
D | gresourcefile.c | 475 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()
|
D | gioenums.h | 532 G_IO_ERROR_NOT_FOUND, enumerator
|
D | gresource.c | 218 if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND)) in open_overlay_stream()
|
D | gfile.c | 1556 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()
|
D | gioenumtypes.c | 442 { G_IO_ERROR_NOT_FOUND, "G_IO_ERROR_NOT_FOUND", "not-found" }, in g_io_error_enum_get_type()
|
/third_party/glib/gio/tests/ |
D | live-g-file.c | 728 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()
|
D | readwrite.c | 164 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/ |
D | rtmpclient.c | 1319 g_task_return_new_error (task, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, in on_publish_or_play_status()
|