Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/scripts/common_utils/
Dcommon_utils.py8 def apply_patch(patch_file, dest_path): argument
17 log_path = dest_path / str(Path(patch_file).name + ".log")
19 if subprocess.call(cmd, stderr=output_log, cwd=dest_path):