OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_out
(Results
1 - 4
of
4
) sorted by null
/external/chromium/build/linux/
python_arch.sh
18
file_out
=$(file "$python")
24
echo $
file_out
| grep -qs "ARM"
30
echo $
file_out
| grep -qs "x86-64"
36
echo $
file_out
| grep -qs "Intel 80386"
/external/libvpx/libmkv/
testlibmkv.c
59
FILE *
file_out
= fopen("test.mkv", "wb");
local
60
size_t bytesWritten = fwrite(data, 1, ebml.offset,
file_out
);
61
fclose(
file_out
);
/system/bluetooth/brfpatch/
brfpatch.c
77
static void process_line(FILE *
file_out
, char *buf, char *buffer) {
162
dump_record(
file_out
, opcode, dp - data, data);
174
FILE *
file_out
= fopen(argv[2], "w+");
local
175
FAILIF(!
file_out
, "Could not open %s: %s\n", argv[2], strerror(errno));
186
process_line(
file_out
, buf, buffer);
198
fclose(
file_out
);
/external/qemu/
qemu-char.c
1851
const char *
file_out
= qemu_opt_get(opts, "path");
local
[
all
...]
Completed in 959 milliseconds