Lines Matching full:join
173 xvfb = os.path.join(chromium_dir, "testing", "xvfb.py")
176 xvfb = os.path.join(chromium_dir, "testing", "xvfb.py")
184 os.path.join(chromium_dir, "tools", "perf", "run_benchmark"),
193 os.path.join(output_dir, "artifacts"),
217 command += ["--extra-chrome-categories", ",".join(categories)]
221 print(f"Running: {' '.join(command)}\n")
274 data_str = ", ".join(
327 s += "\n ".join(str(row) for row in self.table) + "\n"
329 s += "\n ".join(str(row) for row in self.data.values()) + "\n"
378 trace_dir = os.path.join(output_dir, "artifacts", story_dir, "trace",
383 trace_file_glob = os.path.join(trace_dir, "*" + JSON_FILE_EXTENSION)
481 os.remove(os.path.join(dir_name, file_name))
484 os.rmdir(os.path.join(dir_name, subdir))