Searched refs:find_command (Results 1 – 6 of 6) sorted by relevance
10 def find_command(src, target, compile_commands): function53 command = find_command(src, target, compile_commands)
21 from avocado.utils.path import find_command76 @skipUnless(find_command('nc', default=False), "'nc' command not found")
19 from avocado.utils.path import find_command110 qemu_img = find_command('qemu-img', False)
21 from avocado.utils.path import find_command
21 from avocado.utils.path import find_command328 qemu_img = find_command('qemu-img', False)
132 static const cmdinfo_t *find_command(const char *cmd) in find_command() function2731 ct = find_command(argv[1]); in help_f()2767 ct = find_command(v[0]); in qemuio_command()