Home
last modified time | relevance | path

Searched refs:image_filename (Results 1 – 1 of 1) sorted by relevance

/external/qemu/block/
Dcow.c211 const char *image_filename = NULL; in cow_create() local
218 image_filename = options->value.s; in cow_create()
230 if (image_filename) { in cow_create()
234 fd = open(image_filename, O_RDONLY | O_BINARY); in cow_create()
247 image_filename); in cow_create()