Home
last modified time | relevance | path

Searched refs:osname (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py172 s32dbg_args, expected, osname, s32dbg): argument
173 system.return_value = osname
196 s32dbg_args, expected, osname, s32dbg, tmp_path): argument
204 system.return_value = osname
205 expected_env = TEST_S32DS_RUNTIME_ENV if osname == 'Windows' else None
230 s32dbg_args, expected, osname, s32dbg, tmp_path): argument
238 system.return_value = osname
239 expected_env = TEST_S32DS_RUNTIME_ENV if osname == 'Windows' else None
/Zephyr-latest/scripts/west_commands/
Dsdk.py186 osname = "linux"
188 osname = "macos"
190 osname = "windows"
201 return (osname, arch)
255 (osname, arch) = self.os_arch_name()
259 if osname == "windows":
264 if osname == "windows":
389 (osname, arch) = self.os_arch_name()