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

  /external/bluetooth/glib/gio/
gioerror.c 71 return G_IO_ERROR_IS_DIRECTORY;
gioenums.h 313 * @G_IO_ERROR_IS_DIRECTORY: File is a directory error.
353 G_IO_ERROR_IS_DIRECTORY,
glocalfile.c 1300 G_IO_ERROR_IS_DIRECTORY,
    [all...]
glocalfileoutputstream.c 740 G_IO_ERROR_IS_DIRECTORY,
gfile.c     [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 854 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);
    [all...]

Completed in 32 milliseconds