Searched refs:bin_path (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc-test-automation/network/ |
| H A D | network_diagnostic_report.robot | 32 ${bin_path}= Run which mtr 33 Should Contain ${bin_path} mtr msg=mtr tool is not installed.
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | testcase.py | 283 def run_cmd(self, bin_path, args=None): 288 + [bin_path] 272 run_cmd(self, bin_path, args=[]) global() argument
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | ide_sdk.py | 648 bin_path = shutil.which(executable, path=self.path) 649 if not bin_path: 652 return bin_path
|
| /openbmc/qemu/tests/qtest/ |
| H A D | libqtest.c | 2028 gchar *bin_path = g_strconcat("/qemu-system-", arch, NULL); in qtest_qom_set_bool() 2029 if (!g_setenv("QTEST_QEMU_BINARY", bin_path, 0)) { 2034 g_free(bin_path); in qtest_qom_get_bool() 1998 gchar *bin_path = g_strconcat("/qemu-system-", arch, NULL); qtest_inproc_init() local
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | sanity.bbclass | 756 bin_path = bb.utils.which(os.environ["PATH"], bin_cmd) 757 if bin_path: 758 bin_stat = os.stat(bin_path) 760 …This interferes with pseudo and may cause other issues that break the build process.\n' % bin_path)
|