Searched refs:root_path (Results 1 – 2 of 2) sorted by relevance
43 root_path = os.getenv("ANDROID_BUILD_TOP")44 if root_path is None:48 return root_path103 root_path = os.getenv("OUT_DIR")104 if root_path is None:105 root_path = os.path.join(GetTop(), "out")106 return root_path
225 def _FindCoverageFiles(self, root_path): argument233 file_pattern = os.path.join(root_path, "*", "*.%s" %