Lines Matching refs:path
92 help=("path to executable to run. If not given it will pass '--browser "
100 help=("path to chromium directory. If not given, the script must be run "
173 xvfb = os.path.join(chromium_dir, "testing", "xvfb.py")
174 if not os.path.isfile(xvfb):
175 chromium_dir = os.path(chromium_dir, "src")
176 xvfb = os.path.join(chromium_dir, "testing", "xvfb.py")
177 if not os.path.isfile(xvfb):
184 os.path.join(chromium_dir, "tools", "perf", "run_benchmark"),
193 os.path.join(output_dir, "artifacts"),
378 trace_dir = os.path.join(output_dir, "artifacts", story_dir, "trace",
383 trace_file_glob = os.path.join(trace_dir, "*" + JSON_FILE_EXTENSION)
428 if not os.path.isdir(output_dir):
481 os.remove(os.path.join(dir_name, file_name))
484 os.rmdir(os.path.join(dir_name, subdir))