OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:output_stream
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/
gfileoutputstream.c
151
GOutputStream *
output_stream
;
local
156
output_stream
= G_OUTPUT_STREAM (stream);
158
if (!g_output_stream_set_pending (
output_stream
, error))
176
g_output_stream_clear_pending (
output_stream
);
221
GOutputStream *
output_stream
;
local
226
output_stream
= G_OUTPUT_STREAM (stream);
228
if (!g_output_stream_set_pending (
output_stream
, &error))
293
GOutputStream *
output_stream
;
local
298
output_stream
= G_OUTPUT_STREAM (stream);
300
if (!g_output_stream_is_closed (
output_stream
))
373
GOutputStream *
output_stream
;
local
449
GOutputStream *
output_stream
;
local
[
all
...]
Completed in 10 milliseconds