Home
last modified time | relevance | path

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

/qemu/tests/functional/
H A Dtest_virtio_gpu.py12 from qemu_test import is_readable_executable_file
22 if is_readable_executable_file(bld_dir_path):
/qemu/tests/functional/qemu_test/
H A D__init__.py11 from .cmd import is_readable_executable_file, \
H A Dcmd.py30 def is_readable_executable_file(path): function