Searched refs:G_IO_ERROR_EXISTS (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gioerror.c | 65 return G_IO_ERROR_EXISTS; in g_io_error_from_errno()
|
D | gioenums.h | 352 G_IO_ERROR_EXISTS, enumerator
|
D | glocalfile.c | 1154 G_IO_ERROR_EXISTS, in g_local_file_set_display_name() 2170 G_IO_ERROR_EXISTS, in g_local_file_move()
|
D | gfile.c | 1948 my_error->domain == G_IO_ERROR && my_error->code == G_IO_ERROR_EXISTS) in copy_symlink() 2032 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_EXISTS, in open_source_for_copy()
|
/external/bluetooth/glib/gio/tests/ |
D | live-g-file.c | 684 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in do_copy_move() 846 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_create() 852 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS); in test_create()
|