Lines Matching refs:path
41 _EMMA_JAR = os.path.join("external", "emma", "lib", "emma.jar")
44 _COVERAGE_REPORT_PATH = os.path.join("out", "emma")
46 _CORE_TARGET_PATH = os.path.join("development", "testrunner",
50 _VENDOR_TARGET_PATH = os.path.join("vendor", "*", "tests", "testinfo",
54 _TARGET_INTERMEDIATES_BASE_PATH = os.path.join("out", "target", "common",
59 self._output_root_path = os.path.join(self._root_path,
61 self._emma_jar_path = os.path.join(self._root_path, self._EMMA_JAR)
87 output_path = os.path.join(self._root_path,
94 coverage_local_path = os.path.join(output_path,
98 report_path = os.path.join(output_path,
151 input_metadata = os.path.join(self._GetBuildIntermediatePath(target),
157 return os.path.join(
172 for path in target_srcs:
173 src_list.append("-sp %s" % os.path.join(self._root_path, path))
202 combined_coverage = os.path.join(self._output_root_path,
205 report_path = os.path.join(self._output_root_path, "android")
214 output_path = os.path.join(self._output_root_path, target_name)
216 if os.path.isdir(output_path) and target is not None:
218 combined_coverage = os.path.join(output_path, "%s.%s" %
221 report_path = os.path.join(output_path, target_name)
234 file_pattern = os.path.join(root_path, "*", "*.%s" %
247 core_target_path = os.path.join(self._root_path, self._CORE_TARGET_PATH)
251 vendor_targets_pattern = os.path.join(self._root_path,
271 html_file_pattern = os.path.join(dir_path, "*.html")
277 sub_dir_path = os.path.join(dir_path, sub_dir_name)
278 if os.path.isdir(sub_dir_path):