Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A Dcheck199 exec_path = Path(exec_pathstr).resolve()
200 cmd[0] = str(exec_path)
202 os.chdir(exec_path.parent)
163 exec_path = Path(exec_pathstr).resolve() global() variable