Home
last modified time | relevance | path

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

/zcbor-3.6.0/scripts/
Dregenerate_samples.py24p = run(['cmake', p_pet_sample, "-DREGENERATE_ZCBOR=Y", "-DCMAKE_MESSAGE_LOG_LEVEL=WARNING"], cwd=…
29 contents = "".join(p.read_text(encoding="utf-8") for p in files)
34 new_contents = "".join(p.read_text(encoding="utf-8") for p in files)
/zcbor-3.6.0/tests/scripts/
Dtest_repo_files.py111 for p in [f for f in files if "pet" in f.name]:
112 with p.open('r', encoding="utf-8") as f:
Dtest_zcbor.py61 cddl_str = " ".join((Path(p).read_text(encoding="utf-8") for p in cddl_paths))
/zcbor-3.6.0/zcbor/
Dzcbor.py2767 def relativify(p): argument
2769 Path("${CMAKE_CURRENT_LIST_DIR}") / path.relpath(Path(p), cmake_dir))