Searched refs:mountpoint_func (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/bin/ |
D | partition.py | 333 def run_test_on_partitions(job, test, partitions, mountpoint_func, argument 359 parallel(partitions, 'setup_before_test', mountpoint_func=mountpoint_func) 361 mountpoint = mountpoint_func(partitions[0]) 419 def setup_before_test(self, mountpoint_func): argument 429 mountpoint = mountpoint_func(self) 439 def run_test_on_partition(self, test, mountpoint_func, **dargs): argument 466 self.setup_before_test(mountpoint_func) 474 mountpoint = mountpoint_func(self)
|