Home
last modified time | relevance | path

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

/qemu/python/scripts/
H A Dmkvenv.py444 bin_path: Optional[str] = None,
451 if bin_path is None:
452 bin_path = sysconfig.get_path("scripts")
453 assert bin_path is not None
459 bin_path,
465 maker = distlib.scripts.ScriptMaker(None, bin_path)
/qemu/tests/functional/qemu_test/
H A Dtestcase.py267 def run_cmd(self, bin_path, args=[]): argument
270 + [bin_path]
/qemu/tests/qtest/
H A Dlibqtest.c1998 gchar *bin_path = g_strconcat("/qemu-system-", arch, NULL); in qtest_inproc_init() local
1999 if (!g_setenv("QTEST_QEMU_BINARY", bin_path, 0)) { in qtest_inproc_init()
2004 g_free(bin_path); in qtest_inproc_init()