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.py103 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 …]
Dbenchmark.py61 rm_chroot_tmp, argument
76 self.rm_chroot_tmp = rm_chroot_tmp
Dexperiment_runner.py310 benchmark_run.result.CleanUp(benchmark_run.benchmark.rm_chroot_tmp)
Dexperiment_runner_unittest.py455 mock_cleanup.assert_called_with(bench_run.benchmark.rm_chroot_tmp)
Dresults_cache.py1044 def CleanUp(self, rm_chroot_tmp): argument
1045 if rm_chroot_tmp and self.results_dir: