Searched refs:TOP_DIR (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/scripts/kconfig/ |
D | lint.py | 26 TOP_DIR = os.path.join(os.path.dirname(__file__), "..", "..") variable 28 sys.path.insert(0, os.path.join(TOP_DIR, "scripts", "kconfig")) 206 srctree=TOP_DIR, 209 ZEPHYR_BASE=TOP_DIR, 293 def run(cmd, cwd=TOP_DIR, check=True):
|
/Zephyr-Core-3.6.0/scripts/ |
D | set_assignees.py | 17 TOP_DIR = os.path.join(os.path.dirname(__file__)) variable 18 sys.path.insert(0, os.path.join(TOP_DIR, "scripts"))
|