Lines Matching full:join
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)
109 output_path = os.path.join(self._root_path,
116 coverage_local_path = os.path.join(output_path,
120 report_path = os.path.join(output_path,
127 logger.Log("".join(msg))
173 input_metadata = os.path.join(self._GetBuildIntermediatePath(target),
179 return os.path.join(
195 src_list.append("-sp %s" % os.path.join(self._root_path, path))
196 return " ".join(src_list)
208 input_args = " ".join(input_list)
224 combined_coverage = os.path.join(self._output_root_path,
227 report_path = os.path.join(self._output_root_path, "android")
236 output_path = os.path.join(self._output_root_path, target_name)
240 combined_coverage = os.path.join(output_path, "%s.%s" %
243 report_path = os.path.join(output_path, target_name)
256 file_pattern = os.path.join(root_path, "*", "*.%s" %
269 core_target_path = os.path.join(self._root_path, self._CORE_TARGET_PATH)
273 vendor_targets_pattern = os.path.join(self._root_path,
293 html_file_pattern = os.path.join(dir_path, "*.html")
299 sub_dir_path = os.path.join(dir_path, sub_dir_name)