Searched refs:G_IO_ERROR_IS_DIRECTORY (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gioerror.c | 71 return G_IO_ERROR_IS_DIRECTORY; in g_io_error_from_errno()
|
D | gioenums.h | 353 G_IO_ERROR_IS_DIRECTORY, enumerator
|
D | glocalfileoutputstream.c | 740 G_IO_ERROR_IS_DIRECTORY, in handle_overwrite_open()
|
D | glocalfile.c | 1300 G_IO_ERROR_IS_DIRECTORY, in g_local_file_read() 2161 G_IO_ERROR_IS_DIRECTORY, in g_local_file_move()
|
D | gfile.c | 1964 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY, in copy_symlink() 2003 if (my_error->domain == G_IO_ERROR && my_error->code == G_IO_ERROR_IS_DIRECTORY) in open_source_for_copy()
|
D | ChangeLog | 1975 Return G_IO_ERROR_IS_DIRECTORY, not G_IO_ERROR_WOULD_MERGE when moving
|
/external/bluetooth/glib/gio/tests/ |
D | live-g-file.c | 854 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY); in test_create() 926 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_IS_DIRECTORY); in test_open()
|