Searched refs:c_code_root (Results 1 – 1 of 1) sorted by relevance
/zcbor-3.5.0-3.4.0/zcbor/ |
D | zcbor.py | 66 c_code_root = P_REPO_ROOT variable 69 c_code_root = Path(P_SCRIPT.parent, "lib", "zcbor") variable 72 c_code_root = Path(sys.prefix, "local", "lib", "zcbor") variable 75 c_code_root = Path(sys.prefix, "lib", "zcbor") variable 78 c_code_root = Path(USER_BASE, "lib", "zcbor") variable 81 c_code_root = P_REPO_ROOT 3085 c_code_dir = Path(c_code_root, "src") 3086 h_code_dir = Path(c_code_root, "include")
|