Home
last modified time | relevance | path

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

/qemu/scripts/
H A Dblock-coroutine-wrapper.py321 with open(fname, encoding='utf-8') as f_in:
322 f_out.write(gen_wrappers(f_in.read()))
/qemu/hw/timer/
H A Dimx_epit.c81 uint32_t f_in = imx_ccm_get_clock_frequency(s->ccm, imx_epit_clocks[clksrc]); in imx_epit_get_freq() local
82 uint32_t freq = f_in / prescaler; in imx_epit_get_freq()
/qemu/tests/avocado/
H A Dreplay_kernel.py500 with lzma.open(kernel_path_xz, 'rb') as f_in:
502 shutil.copyfileobj(f_in, f_out)
H A Dboot_linux_console.py280 with lzma.open(kernel_path_xz, 'rb') as f_in:
282 shutil.copyfileobj(f_in, f_out)
1244 with open(uboot_path, 'rb') as f_in:
1247 shutil.copyfileobj(f_in, f_out)
/qemu/tests/qemu-iotests/
H A Diotests.py140 with bz2.open(sample_fname) as f_in, open(fname, 'wb') as f_out:
141 shutil.copyfileobj(f_in, f_out)