Home
last modified time | relevance | path

Searched refs:os_name (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dtrace32.py89 os_name = 'windows64'
92 os_name = 'pc_linux64'
97 self.t32_exec = Path(t32_dir) / 'bin' / os_name / f't32m{self.arch}{suffix}'
/Zephyr-latest/scripts/tests/twister/
Dtest_environment.py153 os_name, argument
177 with mock.patch('os.name', os_name) \
178 if os_name is not None else nullcontext(), \
Dtest_testsuite.py253 def test_scan_file_mmap(os_name, expected): argument
266 mock.patch('os.name', os_name), \
Dtest_testinstance.py538 os_name, argument
565 with mock.patch('os.name', os_name), \
Dtest_testplan.py1830 def test_testplan_create_build_dir_link(os_name): argument
1848 with mock.patch('os.name', os_name), \
Dtest_handlers.py98 os_name, argument
116 with mock.patch('os.name', os_name), \
Dtest_runner.py2491 os_name, argument
2558 mock.patch('os.name', os_name):