OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filename_out
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
qemu-char.c
709
char filename_in[256],
filename_out
[256];
local
718
snprintf(
filename_out
, 256, "%s.out", filename);
720
TFR(fd_out = qemu_open(
filename_out
, O_RDWR | O_BINARY));
[
all
...]
Completed in 395 milliseconds