OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gio_w
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/tests/
iochannel-test.c
57
GIOChannel *gio_r, *
gio_w
;
local
82
gio_w
= g_io_channel_new_file ("iochannel-test-outfile", "w", &gerr);
124
status = g_io_channel_write_chars (
gio_w
, buffer->str, buffer->len,
156
status = g_io_channel_flush (
gio_w
, &gerr);
171
g_io_channel_unref(
gio_w
);
Completed in 91 milliseconds