Searched refs:Path (Results 1 – 6 of 6) sorted by relevance
15 from pathlib import Path36 def key_file() -> Path:37 return Path(__file__).parents[2] / 'root-ec-p256.pem'40 def check_if_compressed(out_file: Path) -> bool: argument61 def test_lzma2_compression(tmpdir: Path, key_file: Path, compression: str, compressed: bool): argument69 out_file: Path = tmpdir / 'zephyr_signed.bin'
25 path::Path,125 pub fn write_file<P: AsRef<Path>>(&self, path: P) -> Result<()> { in write_file()
9 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()
21 # 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-fiat33 # Path to mbed-tls' asn1 parser library.
24 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…
70 --sig-out filename Path to the file to which signature will be