Lines Matching refs:base_dir
262 let mut base_dir = output_directory.to_owned(); in base_dir_exists() localVariable
263 base_dir.push(id.as_directory_name()); in base_dir_exists()
264 base_dir.push(baseline); in base_dir_exists()
265 base_dir.exists() in base_dir_exists()
341 let base_dir = root_dir.join(baseline); in copy_new_dir_to_base() localVariable
347 if !base_dir.exists() { in copy_new_dir_to_base()
348 try_else_return!(fs::mkdirp(&base_dir)); in copy_new_dir_to_base()
354 &base_dir.join("estimates.json") in copy_new_dir_to_base()
358 &base_dir.join("sample.json") in copy_new_dir_to_base()
362 &base_dir.join("tukey.json") in copy_new_dir_to_base()
366 &base_dir.join("benchmark.json") in copy_new_dir_to_base()
368 try_else_return!(fs::cp(&new_dir.join("raw.csv"), &base_dir.join("raw.csv"))); in copy_new_dir_to_base()