OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outds
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/tests/
live-g-file.c
183
GDataOutputStream *
outds
;
local
254
outds
= g_data_output_stream_new (G_OUTPUT_STREAM (outs));
255
g_assert (
outds
!= NULL);
259
res = g_data_output_stream_put_byte (
outds
, i % 256, NULL, &error);
265
g_object_unref (
outds
);
[
all
...]
Completed in 138 milliseconds