Searched refs:rm_chroot_tmp (Results 1 – 5 of 5) sorted by relevance
/external/toolchain-utils/crosperf/ |
D | experiment_factory.py | 95 iterations, rm_chroot_tmp, perf_args, suite, argument 100 test_name, test_name, test_args, iterations, rm_chroot_tmp, perf_args, 119 rm_chroot_tmp = global_settings.GetField('rm_chroot_tmp') 173 iterations, rm_chroot_tmp, perf_args, suite, 177 test_args, iterations, rm_chroot_tmp, 182 test_args, iterations, rm_chroot_tmp, 192 rm_chroot_tmp, 201 iterations, rm_chroot_tmp, perf_args, suite, 205 rm_chroot_tmp, perf_args, suite, 215 rm_chroot_tmp, [all …]
|
D | benchmark.py | 54 rm_chroot_tmp, argument 67 self.rm_chroot_tmp = rm_chroot_tmp
|
D | results_cache.py | 382 def CleanUp(self, rm_chroot_tmp): argument 383 if rm_chroot_tmp and self.results_dir:
|
D | experiment_runner.py | 282 benchmark_run.result.CleanUp(benchmark_run.benchmark.rm_chroot_tmp)
|
D | experiment_runner_unittest.py | 437 mock_cleanup.called_with(bench_run.benchmark.rm_chroot_tmp)
|