Home
last modified time | relevance | path

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

/zcbor-3.5.0-3.4.0/
Dsetup.py13 P_REPO_ROOT = Path(__file__).absolute().parents[0] variable
20 path = Path(P_REPO_ROOT, match_text)
37 p_readme = Path(P_REPO_ROOT, 'README.md').absolute()
48 P_REPO_ROOT, 'scripts', 'requirements-base.txt').absolute()
59 p_version = Path(P_REPO_ROOT, 'zcbor', 'VERSION').absolute()
/zcbor-3.5.0-3.4.0/zcbor/
Dzcbor.py33 P_REPO_ROOT = Path(__file__).absolute().parents[1] variable
66 c_code_root = P_REPO_ROOT
81 c_code_root = P_REPO_ROOT
3039 git_args, cwd=P_REPO_ROOT, stdout=PIPE).communicate()[0].decode('utf-8').strip()