Home
last modified time | relevance | path

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

/external/deqp/scripts/src_util/
Dcommon.py84 def getProjectPath (): function
91 process = subprocess.Popen(['git'] + list(args), cwd=getProjectPath(), stdout=subprocess.PIPE)
98 return os.path.normpath(os.path.join(getProjectPath(), projectRelativePath))