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

  /external/bluetooth/glib/gio/
gioerror.c 95 return G_IO_ERROR_NOT_DIRECTORY;
gioenums.h 314 * @G_IO_ERROR_NOT_DIRECTORY: File is not a directory.
354 G_IO_ERROR_NOT_DIRECTORY,
glocalfileenumerator.c 177 new_code = G_IO_ERROR_NOT_DIRECTORY;
  /external/bluetooth/glib/gio/tests/
live-g-file.c 616 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_DIRECTORY);
694 g_assert_error (error, G_IO_ERROR, G_IO_ERROR_NOT_DIRECTORY);
    [all...]

Completed in 235 milliseconds