Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A Dcheck196 exec_pathstr = shutil.which(cmd[0])
197 if exec_pathstr is None:
199 exec_path = Path(exec_pathstr).resolve()
160 exec_pathstr = shutil.which(cmd[0]) global() variable