Searched refs:G_IO_ERROR_IS_DIRECTORY (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgioerror.c71 return G_IO_ERROR_IS_DIRECTORY;
H A Dgioenums.h313 * @G_IO_ERROR_IS_DIRECTORY: File is a directory error.
353 G_IO_ERROR_IS_DIRECTORY, enumerator in enum:__anon416
H A Dglocalfile.c1300 G_IO_ERROR_IS_DIRECTORY,
2161 G_IO_ERROR_IS_DIRECTORY,
H A Dglocalfileoutputstream.c740 G_IO_ERROR_IS_DIRECTORY,
H A Dgfile.c1404 * If the file is a directory, the G_IO_ERROR_IS_DIRECTORY error will be returned.
1456 * If the file is a directory the %G_IO_ERROR_IS_DIRECTORY error will be
1589 * If the file is a directory the G_IO_ERROR_IS_DIRECTORY error will be returned,
1964 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY,
2003 if (my_error->domain == G_IO_ERROR && my_error->code == G_IO_ERROR_IS_DIRECTORY)
2427 * If trying to overwrite a file over a directory the G_IO_ERROR_IS_DIRECTORY
2635 * If trying to overwrite a file over a directory the G_IO_ERROR_IS_DIRECTORY
/external/bluetooth/glib/gio/tests/
H A Dlive-g-file.c854 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY);
926 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY);

Completed in 300 milliseconds