Home
last modified time | relevance | path

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

/development/testrunner/test_defs/
Dnative_test.py60 host_list = self._FilterOutMissing(android_build.GetHostBin(), source_list)
184 full_path = os.path.join(android_build.GetHostBin(), binary)
/development/testrunner/
Dandroid_build.py85 def GetHostBin(): function