HomeSort by relevance Sort by last modified time
    Searched refs:G_IO_ERROR_NOT_FOUND (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/gio/
gioerror.c 89 return G_IO_ERROR_NOT_FOUND;
gioenums.h 311 * @G_IO_ERROR_NOT_FOUND: File not found error.
351 G_IO_ERROR_NOT_FOUND,
glocalfileenumerator.c 171 new_code = G_IO_ERROR_NOT_FOUND;
357 my_error->code == G_IO_ERROR_NOT_FOUND)
glocalfile.c 1078 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND,
1089 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND,
1102 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND,
1354 is G_IO_ERROR_NOT_FOUND, and it's what nautilus
    [all...]
gfile.c 799 * If the file does not exist, the G_IO_ERROR_NOT_FOUND error will be returned.
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 611 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND);
708 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND);
921 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND);
1001 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND);
1006 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_FOUND);
    [all...]

Completed in 1255 milliseconds