OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_out
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/third_party/libmkv/
testlibmkv.c
58
FILE *
file_out
= fopen("test.mkv", "wb");
local
59
size_t bytesWritten = fwrite(data, 1, ebml.offset,
file_out
);
60
fclose(
file_out
);
/external/openfst/src/lib/
flags.cc
105
bool
file_out
= false;
local
120
if (
file_out
) cout << "\n";
122
file_out
= true;
Completed in 78 milliseconds