MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / RepoRelative

Function RepoRelative

scripts/android.py:30–31  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

28
29# helper to define paths relative to the repo root
30def RepoRelative(path):
31 return os.path.abspath(os.path.join(os.path.dirname(__file__), '..', path))
32
33# Points to the directory containing the top level CMakeLists.txt
34PROJECT_SRC_DIR = os.path.abspath(os.path.join(os.path.split(os.path.abspath(__file__))[0], '..'))

Callers 4

RunShellCmdFunction · 0.70
get_android_manifestFunction · 0.70
generate_apkFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected