Home
last modified time | relevance | path

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

/qemu/block/
H A Dfile-posix.c1093 const char *normalized_filename = bs->filename; in raw_reconfigure_getfd() local
1094 ret = raw_normalize_devicepath(&normalized_filename, errp); in raw_reconfigure_getfd()
1096 fd = qemu_open(normalized_filename, *open_flags, errp); in raw_reconfigure_getfd()