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

  /external/bluetooth/glib/gio/
gioerror.c 113 return G_IO_ERROR_NO_SPACE;
119 return G_IO_ERROR_NO_SPACE;
gioenums.h 322 * @G_IO_ERROR_NO_SPACE: No space left on drive.
362 G_IO_ERROR_NO_SPACE,
gmemoryoutputstream.c 241 * will return %G_IO_ERROR_NO_SPACE.
324 G_IO_ERROR_NO_SPACE,
340 G_IO_ERROR_NO_SPACE,
  /external/webkit/Source/WebCore/platform/text/gtk/
TextCodecGtk.cpp 489 } else if (g_error_matches(error.get(), G_IO_ERROR, G_IO_ERROR_NO_SPACE))

Completed in 229 milliseconds