Lines Matching full:path
38 BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(
39 os.path.abspath(__file__))))
42 SANCOV_TOOL = os.path.join(
84 with open(os.path.join(coverage_dir, result_file_name), "wb") as f:
88 os.remove(os.path.join(coverage_dir, f))
112 # Keep-files option, base path, executable name, index of bucket,
169 input_file = os.path.join(swarming_output_dir, f)
170 output_file = os.path.join(coverage_dir, f)
188 if os.path.exists(os.path.join(options.coverage_dir, f)):
193 os.rename(os.path.join(options.swarming_output_dir, f),
194 os.path.join(options.coverage_dir, f))
206 help='Path to the sancov output files.')
214 assert (os.path.exists(options.coverage_dir) and
215 os.path.isdir(options.coverage_dir))
219 assert (os.path.exists(options.swarming_output_dir) and
220 os.path.isdir(options.swarming_output_dir))