Searched refs:SRC_ROOT (Results 1 – 1 of 1) sorted by relevance
13 SRC_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "..")) variable21 if not file.startswith(SRC_ROOT):25 assert full_file.startswith(SRC_ROOT), "unexpected path" + full_file26 rel_file = full_file[len(SRC_ROOT)+1:]455 for path in pathlib.Path(SRC_ROOT).rglob('*.h'):457 assert full_file.startswith(SRC_ROOT), "unexpected path" + full_file458 rel_file = full_file[len(SRC_ROOT)+1:]503 exec_path = SRC_ROOT + "/" + TESTS_UNIT_BUILD_PREFIX + target.name567 output = os.path.join(SRC_ROOT, "ut_xnu_proj.xcodeproj")614 output = os.path.join(SRC_ROOT, ".vscode/launch.json")[all …]