OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:G_IO_ERROR_CLOSED
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/
gfileenumerator.c
205
g_set_error_literal (error, G_IO_ERROR,
G_IO_ERROR_CLOSED
,
246
* enumerator return %
G_IO_ERROR_CLOSED
on all calls.
361
G_IO_ERROR,
G_IO_ERROR_CLOSED
,
470
G_IO_ERROR,
G_IO_ERROR_CLOSED
,
504
* was called, then this function will report %
G_IO_ERROR_CLOSED
in @error, and
goutputstream.c
371
g_set_error_literal (error, G_IO_ERROR,
G_IO_ERROR_CLOSED
,
479
* Once the stream is closed, all other operations will return %
G_IO_ERROR_CLOSED
.
495
* close will still return %
G_IO_ERROR_CLOSED
for all operations. Still, it
779
G_IO_ERROR,
G_IO_ERROR_CLOSED
,
[
all
...]
gioenums.h
328
* @
G_IO_ERROR_CLOSED
: File was closed.
368
G_IO_ERROR_CLOSED
,
Completed in 37 milliseconds