Searched refs:os_name (Results 1 – 8 of 8) sorted by relevance
| /Zephyr-latest/scripts/west_commands/runners/ |
| D | trace32.py | 89 os_name = 'windows64' 92 os_name = 'pc_linux64' 97 self.t32_exec = Path(t32_dir) / 'bin' / os_name / f't32m{self.arch}{suffix}'
|
| D | openocd.py | 12 from os import name as os_name unknown 18 if os_name != "nt": 432 if os_name != 'nt':
|
| /Zephyr-latest/scripts/tests/twister/ |
| D | test_environment.py | 153 os_name, argument 177 with mock.patch('os.name', os_name) \ 178 if os_name is not None else nullcontext(), \
|
| D | test_testsuite.py | 253 def test_scan_file_mmap(os_name, expected): argument 266 mock.patch('os.name', os_name), \
|
| D | test_testinstance.py | 538 os_name, argument 565 with mock.patch('os.name', os_name), \
|
| D | test_testplan.py | 1710 def test_testplan_create_build_dir_link(os_name): argument 1728 with mock.patch('os.name', os_name), \
|
| D | test_handlers.py | 98 os_name, argument 116 with mock.patch('os.name', os_name), \
|
| D | test_runner.py | 2500 os_name, argument 2567 mock.patch('os.name', os_name):
|