Home
last modified time | relevance | path

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

/qemu/tests/avocado/
H A Dtesseract_utils.py12 from avocado.utils.path import find_command, CmdNotFoundError
16 find_command('tesseract')
H A Dmachine_aarch64_virt.py20 from avocado.utils.path import find_command
103 qemu_img = find_command('qemu-img', False)
H A Dmigration.py21 from avocado.utils.path import find_command
76 @skipUnless(find_command('nc', default=False), "'nc' command not found")
H A Dreverse_debugging.py19 from avocado.utils.path import find_command
110 qemu_img = find_command('qemu-img', False)
H A Dtuxrun_baselines.py21 from avocado.utils.path import find_command
48 zstd = find_command('zstd', False)
H A Dreplay_linux.py21 from avocado.utils.path import find_command
/qemu/scripts/
H A Dmodinfo-collect.py10 def find_command(src, target, compile_commands): function
53 command = find_command(src, target, compile_commands)
/qemu/tests/avocado/avocado_qemu/
H A D__init__.py22 from avocado.utils.path import find_command
340 qemu_img = find_command('qemu-img', False)
/qemu/
H A Dqemu-io-cmds.c132 static const cmdinfo_t *find_command(const char *cmd) in find_command() function
2685 ct = find_command(argv[1]); in help_f()
2721 ct = find_command(v[0]); in qemuio_command()