Home
last modified time | relevance | path

Searched refs:getProjectPath (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/scripts/src_util/
H A Dcommon.py94 def getProjectPath (): function
101 process = subprocess.Popen(['git'] + list(args), cwd=getProjectPath(), stdout=subprocess.PIPE)
108 return os.path.normpath(os.path.join(getProjectPath(), projectRelativePath))

Completed in 2 milliseconds