Searched refs:G_IO_ERROR_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gioerror.c | 89 return G_IO_ERROR_NOT_FOUND; in g_io_error_from_errno()
|
D | glocalfileenumerator.c | 171 new_code = G_IO_ERROR_NOT_FOUND; in convert_file_to_io_error() 357 my_error->code == G_IO_ERROR_NOT_FOUND) in g_local_file_enumerator_next_file()
|
D | gioenums.h | 351 G_IO_ERROR_NOT_FOUND, enumerator
|
D | glocalfile.c | 1078 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, in g_local_file_find_enclosing_mount() 1089 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, in g_local_file_find_enclosing_mount() 1102 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, in g_local_file_find_enclosing_mount()
|
D | gfile.c | 1310 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND, in g_file_find_enclosing_mount() 2042 if (my_error->domain != G_IO_ERROR && my_error->code != G_IO_ERROR_NOT_FOUND) in open_source_for_copy() 2809 if (result || my_error->code != G_IO_ERROR_NOT_FOUND) in g_file_make_directory_with_parents() 2818 while (!result && my_error->code == G_IO_ERROR_NOT_FOUND) in g_file_make_directory_with_parents() 2827 if (!result && my_error->code == G_IO_ERROR_NOT_FOUND) in g_file_make_directory_with_parents()
|
/external/bluetooth/glib/gio/tests/ |
D | live-g-file.c | 611 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in test_enumerate() 708 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in do_copy_move() 921 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in test_open() 1001 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in test_delete() 1006 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND); in test_delete()
|