Home
last modified time | relevance | path

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

/development/testrunner/
Dandroid_build.py30 def GetTop(): function
81 root_path = os.path.join(GetTop(), "out")
Dmake_tree.py63 path = os.path.join(android_build.GetTop(), self._path)
99 mk_path = os.path.join(android_build.GetTop(), path, "Android.mk")
Druntest.py85 self._root_path = android_build.GetTop()
/development/testrunner/test_defs/
Dtest_walker.py76 self._build_top = os.path.realpath(android_build.GetTop())
Dnative_test.py55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
/development/testrunner/coverage/
Dcoverage.py60 self._root_path = android_build.GetTop()