Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_WOULD_RECURSE (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgioenums.h556 G_IO_ERROR_WOULD_RECURSE, enumerator
Dgioenumtypes.c466 { G_IO_ERROR_WOULD_RECURSE, "G_IO_ERROR_WOULD_RECURSE", "would-recurse" }, in g_io_error_enum_get_type()
Dgfile.c2694 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_WOULD_RECURSE, in open_source_for_copy()
/third_party/glib/gio/tests/
Dlive-g-file.c820 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_WOULD_RECURSE); in do_copy_move()