Home
last modified time | relevance | path

Searched refs:G_IO_ERROR_NO_SPACE (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/gio/
Dgioerror.c113 return G_IO_ERROR_NO_SPACE; in g_io_error_from_errno()
119 return G_IO_ERROR_NO_SPACE; in g_io_error_from_errno()
Dgioenums.h362 G_IO_ERROR_NO_SPACE, enumerator
Dgmemoryoutputstream.c324 G_IO_ERROR_NO_SPACE, in array_resize()
340 G_IO_ERROR_NO_SPACE, in array_resize()
/external/webkit/Source/WebCore/platform/text/gtk/
DTextCodecGtk.cpp489 } else if (g_error_matches(error.get(), G_IO_ERROR, G_IO_ERROR_NO_SPACE)) in decode()