Searched refs:executable (Results 1 – 7 of 7) sorted by relevance
/scripts/west_commands/ |
A D | run_tests.py | 29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini', 31 pytest = [sys.executable, '-m', 'pytest'] + sys.argv[1:]
|
A D | packages.py | 161 [sys.executable, "-m", "pip", "install"]
|
A D | sign.py | 340 return [sys.executable, imgtool] 449 generate_cmd = [sys.executable, str(self.sof_src_dir / 'scripts' / 'gen-uuid-reg.py'),
|
/scripts/kconfig/ |
A D | lint.py | 328 sys.exit(executable() + "error: " + msg) 332 print(executable() + "warning: " + msg, file=sys.stderr) 335 def executable(): function
|
/scripts/tests/twister_blackbox/ |
A D | test_addon.py | 220 check_installed_command = [sys.executable, '-m', 'pip', 'list'] 221 install_command = [sys.executable, '-m', 'pip', 'install', '--no-input', pth_path] 222 uninstall_command = [sys.executable, '-m', 'pip', 'uninstall', '--yes',
|
/scripts/ci/ |
A D | check_compliance.py | 520 cmd = [sys.executable, zephyr_module_path, 562 cmd = [sys.executable, zephyr_drv_kconfig_path,
|
/scripts/ |
A D | spelling.txt | 631 excecutable||executable
|
Completed in 13 milliseconds