Home
last modified time | relevance | path

Searched refs:GetOutDir (Results 1 – 2 of 2) 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()
/frameworks/ml/nn/tools/test_generator/tests/
Dtest.py139 def GetOutDir(): function
145 GetOutDir.cache = None
151 ) % (GetOutDir(), "cts" if not run_vts else "vts")