OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_filename
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
cow.c
211
const char *
image_filename
= NULL;
local
218
image_filename
= options->value.s;
230
if (
image_filename
) {
234
fd = open(
image_filename
, O_RDONLY | O_BINARY);
247
image_filename
);
Completed in 69 milliseconds