Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgioerror.c89 return G_IO_ERROR_NOT_FOUND; in g_io_error_from_errno()
Dglocalfileenumerator.c171 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()
Dgioenums.h351 G_IO_ERROR_NOT_FOUND, enumerator
Dglocalfile.c1078 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()
Dgfile.c1310 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/
Dlive-g-file.c611 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()