Searched defs:Path (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/ |
D | conftest.py | 40 def shell_simulator_path(resources: Path) -> str: 46 tmp_path: Path, shell_simulator_path: str
|
D | plugin_test.py | 31 tmp_path: Path,
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/ |
D | binary_adapter_test.py | 25 def script_path(resources: Path) -> str: 30 def fixture_device_adapter(tmp_path: Path) -> Generator[NativeSimulatorAdapter, None, None]: 205 def test_if_custom_binary_adapter_get_command_returns_proper_string(patched_which, tmp_path: Path) … 213 def test_if_custom_binary_adapter_raise_exception_when_west_not_found(patched_which, tmp_path: Path… 219 def test_if_unit_binary_adapter_get_command_returns_proper_string(tmp_path: Path) -> None:
|
D | hardware_adapter_test.py | 192 def test_device_log_correct_error_handle(patched_popen, device: HardwareAdapter, tmp_path: Path) ->…
|
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
D | test_upgrade.py | 18 def create_signed_image(build_dir: Path, app_build_dir: Path, version: str) -> Path: 35 def get_upgrade_string_to_verify(build_dir: Path) -> str:
|
D | west_sign_wrapper.py | 17 build_dir: Path,
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 66 def hash_file(file: Path) -> str: 134 outdir: Path, 295 def sync_doxygen(doxyfile: str, new: Path, prev: Path) -> None:
|
D | external_content.py | 51 fname: Path, 52 basepath: Path,
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | core.py | 22 def fetch(self, url: str, path: Path):
|
/Zephyr-latest/scripts/ |
D | snippets.py | 51 def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool): 263 def process_snippets_in(root_dir: Path, snippets: Snippets, sysbuild: bool) -> None: 288 def load_snippet_yml(snippet_yml: Path) -> dict: 330 def write_cmake_out(snippets: Snippets, cmake_out: Path) -> None:
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | fifo_handler.py | 23 def __init__(self, fifo_path: str | Path, timeout: float):
|
D | hardware_adapter.py | 274 def _run_custom_script(script_path: str | Path, timeout: float) -> None:
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | trace32.py | 31 t32_cfg: Path,
|
/Zephyr-latest/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 176 configs: List[DeviceConfiguration], input_file: Path, header: str 635 def main(input_file: Path, no_backup: bool, skip_nrf_check: bool, header: str) -> None:
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 97 def load_data_from_yaml(cls, filename: str | Path) -> QuarantineData:
|
/Zephyr-latest/scripts/west_commands/ |
D | patch.py | 531 def get_file_sha256sum(filename: Path) -> str:
|