Searched refs:os_name (Results 1 – 8 of 8) sorted by relevance
/scripts/west_commands/runners/ |
A 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}'
|
A D | openocd.py | 12 from os import name as os_name unknown 18 if os_name != "nt": 450 if os_name != 'nt':
|
/scripts/tests/twister/ |
A D | test_environment.py | 137 os_name, argument 161 with mock.patch('os.name', os_name) \ 162 if os_name is not None else nullcontext(), \
|
A D | test_testsuite.py | 253 def test_scan_file_mmap(os_name, expected): argument 266 mock.patch('os.name', os_name), \
|
A D | test_testinstance.py | 538 os_name, argument 565 with mock.patch('os.name', os_name), \
|
A D | test_testplan.py | 1714 def test_testplan_create_build_dir_link(os_name): argument 1732 with mock.patch('os.name', os_name), \
|
A D | test_handlers.py | 98 os_name, argument 116 with mock.patch('os.name', os_name), \
|
A D | test_runner.py | 2482 os_name, argument 2551 mock.patch('os.name', os_name):
|
Completed in 19 milliseconds