Home
last modified time | relevance | path

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

/mcuboot-latest/scripts/tests/
Dtest_compression.py15 from pathlib import Path
36 def key_file() -> Path:
37 return Path(__file__).parents[2] / 'root-ec-p256.pem'
40 def check_if_compressed(out_file: Path) -> bool: argument
61 def test_lzma2_compression(tmpdir: Path, key_file: Path, compression: str, compressed: bool): argument
69 out_file: Path = tmpdir / 'zephyr_signed.bin'
/mcuboot-latest/sim/simflash/src/
Dlib.rs25 path::Path,
125 pub fn write_file<P: AsRef<Path>>(&self, path: P) -> Result<()> { in write_file()
/mcuboot-latest/sim/mcuboot-sys/
Dbuild.rs9 use std::path::{Path, PathBuf};
496 fn walk_dir<P: AsRef<Path>>(path: P) -> io::Result<()> { in walk_dir()
531 fn file<P: AsRef<Path>>(&mut self, p: P) -> &mut CachedBuild { in file()
/mcuboot-latest/boot/zephyr/
DCMakeLists.txt21 # Path to "boot" subdirectory of repository root.
23 # Path to top-level repository root directory.
25 # Path to tinycrypt library source subdirectory of MCUBOOT_DIR.
30 # Path to crypto-fiat
33 # Path to mbed-tls' asn1 parser library.
/mcuboot-latest/boot/mbed/
Dmcuboot_imgtool.cmake24 set(MCUBOOT_SIGNING_KEY "" CACHE STRING "Path to key file (.pem) used to sign firmware updates for …
36 …set(MCUBOOT_ENCRYPTION_KEY "" CACHE STRING "Path to key file (.pem) used to encrypt firmware updat…
/mcuboot-latest/docs/
Dimgtool.md70 --sig-out filename Path to the file to which signature will be