HomeSort by relevance Sort by last modified time
    Searched refs:g_output_stream_is_closed (Results 1 - 5 of 5) 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);
gfileoutputstream.c 300 if (!g_output_stream_is_closed (output_stream))
gio.symbols 606 g_output_stream_is_closed
goutputstream.c 1033 * g_output_stream_is_closed:
1041 g_output_stream_is_closed (GOutputStream *stream) function
    [all...]

Completed in 35 milliseconds