Searched refs:GetBuildPath (Results 1 – 7 of 7) sorted by relevance
45 def GetBuildPath(self): member in AbstractTestSuite132 def GetBuildPath(self): member in AbstractTestFactory
257 self.GetBuildPath()))262 (self.GetBuildPath(),273 suite.SetBuildPath(self.GetBuildPath())284 self.GetBuildPath()))
104 suite.SetBuildPath(self.GetBuildPath())
55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
118 target.AddPath(os.path.join(target.GetBuildPath(), "src"))121 target.AddPath(os.path.join(target.GetBuildPath(), rel_path))
43 def GetBuildPath(self): member in CoverageTarget
263 print "%-25s %-40s %s" % (test.GetName(), test.GetBuildPath(),417 build_dir = test_suite.GetBuildPath()465 if os.path.commonprefix([test.GetBuildPath(), "frameworks/base"]):