Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/unit/tools/
H A Dgenerate_ut_proj.py13 SRC_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "..")) variable
21 if not file.startswith(SRC_ROOT):
25 assert full_file.startswith(SRC_ROOT), "unexpected path" + full_file
26 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_file
458 rel_file = full_file[len(SRC_ROOT)+1:]
503 exec_path = SRC_ROOT + "/" + TESTS_UNIT_BUILD_PREFIX + target.name
567 output = os.path.join(SRC_ROOT, "ut_xnu_proj.xcodeproj")
614 output = os.path.join(SRC_ROOT, ".vscode/launch.json")
[all …]