Home
last modified time | relevance | path

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

/frameworks/compile/slang/tests/
Dslang_test.py140 def GetOutDir(): function
143 if GetOutDir.cache is None:
146 GetOutDir.cache = os.environ['ANDROID_HOST_OUT']
150 GetOutDir.cache = subprocess.check_output(['bash', '-c',
155 GetOutDir.cache = GetOutDir.cache.strip()
156 return GetOutDir.cache
161 GetOutDir.cache = None
168 '-I ../../../../../external/clang/lib/Headers/') % GetOutDir()