Home
last modified time | relevance | path

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

/external/libchrome/build/android/pylib/constants/
Dhost_paths_unittest.py39 self.assertEqual(host_paths.GetAaptPath(), _EXPECTED_AAPT_PATH)
40 self.assertEqual(host_paths.GetAaptPath(), _EXPECTED_AAPT_PATH)
Dhost_paths.py91 def GetAaptPath(): function