OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_output_stream_is_closed
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gio/tests/
filter-streams.c
62
g_assert (!
g_output_stream_is_closed
(base));
63
g_assert (!
g_output_stream_is_closed
(f1));
64
g_assert (!
g_output_stream_is_closed
(f2));
68
g_assert (!
g_output_stream_is_closed
(base));
69
g_assert (!
g_output_stream_is_closed
(f2));
73
g_assert (
g_output_stream_is_closed
(base));
185
g_assert (!
g_output_stream_is_closed
(base));
186
g_assert (!
g_output_stream_is_closed
(f1));
187
g_assert (!
g_output_stream_is_closed
(f2));
199
g_assert (!
g_output_stream_is_closed
(base))
[
all
...]
/external/bluetooth/glib/gio/
goutputstream.h
197
gboolean
g_output_stream_is_closed
(GOutputStream *stream);
gio.symbols
606
g_output_stream_is_closed
gfileoutputstream.c
300
if (!
g_output_stream_is_closed
(output_stream))
goutputstream.c
1033
*
g_output_stream_is_closed
:
1041
g_output_stream_is_closed
(GOutputStream *stream)
function
[
all
...]
/external/bluetooth/glib/docs/reference/gio/
gio-sections.txt
660
g_output_stream_is_closed
Completed in 4189 milliseconds