Home | History | Annotate | Download | only in tools

Lines Matching refs:dest_dir

90 def get_bench_data(builder, build_num, dest_dir):
96 dest_dir: string; destination directory for the bench data.
99 subprocess.check_call(['gsutil', 'cp', '-R', url, dest_dir])
102 def find_revision_from_downloaded_data(dest_dir):
106 dest_dir: string; directory holding the downloaded data.
112 for data_file in os.listdir(dest_dir):
196 dest_dir = os.path.join(TMP_BENCH_DATA_DIR, builder)
197 os.makedirs(dest_dir)
199 get_bench_data(try_builder, try_build.build_number, dest_dir)
205 revision = find_revision_from_downloaded_data(dest_dir)
220 '-d', dest_dir, '-r', revision])