Home
last modified time | relevance | path

Searched refs:rm_chroot_tmp (Results 1 – 5 of 5) sorted by relevance

/external/toolchain-utils/crosperf/
Dexperiment_factory.py95 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 …]
Dbenchmark.py54 rm_chroot_tmp, argument
67 self.rm_chroot_tmp = rm_chroot_tmp
Dresults_cache.py382 def CleanUp(self, rm_chroot_tmp): argument
383 if rm_chroot_tmp and self.results_dir:
Dexperiment_runner.py282 benchmark_run.result.CleanUp(benchmark_run.benchmark.rm_chroot_tmp)
Dexperiment_runner_unittest.py437 mock_cleanup.called_with(bench_run.benchmark.rm_chroot_tmp)