Home | History | Annotate | Download | only in tools

Lines Matching refs:dest_dir

79 def get_bench_data(builder, build_num, dest_dir):
85 dest_dir: string; destination directory for the bench data.
88 subprocess.check_call(['gsutil', 'cp', '-R', url, dest_dir],
93 def find_revision_from_downloaded_data(dest_dir):
97 dest_dir: string; directory holding the downloaded data.
103 for data_file in os.listdir(dest_dir):
143 dest_dir = os.path.join(TMP_BENCH_DATA_DIR, builder)
144 os.makedirs(dest_dir)
146 get_bench_data(try_builder, try_build.build_number, dest_dir)
152 revision = find_revision_from_downloaded_data(dest_dir)
167 '-d', dest_dir, '-r', revision])