Home
last modified time | relevance | path

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

/scripts/west_commands/
A Drun_tests.py29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini',
31 pytest = [sys.executable, '-m', 'pytest'] + sys.argv[1:]
A Dpackages.py161 [sys.executable, "-m", "pip", "install"]
A Dsign.py340 return [sys.executable, imgtool]
449 generate_cmd = [sys.executable, str(self.sof_src_dir / 'scripts' / 'gen-uuid-reg.py'),
/scripts/kconfig/
A Dlint.py328 sys.exit(executable() + "error: " + msg)
332 print(executable() + "warning: " + msg, file=sys.stderr)
335 def executable(): function
/scripts/tests/twister_blackbox/
A Dtest_addon.py220 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 Dcheck_compliance.py520 cmd = [sys.executable, zephyr_module_path,
562 cmd = [sys.executable, zephyr_drv_kconfig_path,
/scripts/
A Dspelling.txt631 excecutable||executable

Completed in 13 milliseconds