Home
last modified time | relevance | path

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

/scripts/west_commands/runners/
A 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}'
A Dopenocd.py12 from os import name as os_name unknown
18 if os_name != "nt":
450 if os_name != 'nt':
/scripts/tests/twister/
A Dtest_environment.py137 os_name, argument
161 with mock.patch('os.name', os_name) \
162 if os_name is not None else nullcontext(), \
A Dtest_testsuite.py253 def test_scan_file_mmap(os_name, expected): argument
266 mock.patch('os.name', os_name), \
A Dtest_testinstance.py538 os_name, argument
565 with mock.patch('os.name', os_name), \
A Dtest_testplan.py1714 def test_testplan_create_build_dir_link(os_name): argument
1732 with mock.patch('os.name', os_name), \
A Dtest_handlers.py98 os_name, argument
116 with mock.patch('os.name', os_name), \
A Dtest_runner.py2482 os_name, argument
2551 mock.patch('os.name', os_name):

Completed in 19 milliseconds