Home
last modified time | relevance | path

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

/qemu/tests/functional/
H A Dtest_arm_orangepi.py14 from qemu_test.utils import image_pow2ceil_expand
113 image_pow2ceil_expand(rootfs_path)
156 image_pow2ceil_expand(image_path)
196 image_pow2ceil_expand(image_path)
H A Dtest_arm_bpim2u.py13 from qemu_test.utils import image_pow2ceil_expand
104 image_pow2ceil_expand(rootfs_path)
148 image_pow2ceil_expand(image_path)
H A Dtest_arm_cubieboard.py10 from qemu_test.utils import image_pow2ceil_expand
111 image_pow2ceil_expand(image_path)
/qemu/tests/functional/qemu_test/
H A Dutils.py34 def image_pow2ceil_expand(path): function