Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/network/
H A Dnetwork_diagnostic_report.robot32 ${bin_path}= Run which mtr
33 Should Contain ${bin_path} mtr msg=mtr tool is not installed.
/openbmc/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)
/openbmc/qemu/tests/functional/qemu_test/
H A Dtestcase.py102 def run_cmd(self, bin_path, args=[]): argument
105 + [bin_path]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py648 bin_path = shutil.which(executable, path=self.path)
649 if not bin_path:
652 return bin_path
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1903 gchar *bin_path = g_strconcat("/qemu-system-", arch, NULL); in qtest_inproc_init() local
1904 if (!g_setenv("QTEST_QEMU_BINARY", bin_path, 0)) { in qtest_inproc_init()
1909 g_free(bin_path); in qtest_inproc_init()
/openbmc/openbmc/poky/meta/classes-global/
H A Dsanity.bbclass750 bin_path = bb.utils.which(os.environ["PATH"], bin_cmd)
751 if bin_path:
752 bin_stat = os.stat(bin_path)
754 …This interferes with pseudo and may cause other issues that break the build process.\n' % bin_path)