Searched refs:rm_chroot_tmp (Results 1 – 5 of 5) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | experiment_factory.py | 103 iterations, rm_chroot_tmp, perf_args, suite, argument 108 test_name, test_name, test_args, iterations, rm_chroot_tmp, perf_args, 136 rm_chroot_tmp = global_settings.GetField('rm_chroot_tmp') 260 iterations, rm_chroot_tmp, perf_args, suite, 265 test_args, iterations, rm_chroot_tmp, 271 rm_chroot_tmp, perf_args, 'telemetry_Crosperf', show_all_results, 278 rm_chroot_tmp, 288 test_args, iterations, rm_chroot_tmp, 300 rm_chroot_tmp, 326 iterations, rm_chroot_tmp, perf_args, suite, show_all_results, [all …]
|
D | benchmark.py | 61 rm_chroot_tmp, argument 76 self.rm_chroot_tmp = rm_chroot_tmp
|
D | experiment_runner.py | 310 benchmark_run.result.CleanUp(benchmark_run.benchmark.rm_chroot_tmp)
|
D | experiment_runner_unittest.py | 455 mock_cleanup.assert_called_with(bench_run.benchmark.rm_chroot_tmp)
|
D | results_cache.py | 1044 def CleanUp(self, rm_chroot_tmp): argument 1045 if rm_chroot_tmp and self.results_dir:
|