Searched refs:mountpoint_func (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/bin/ |
D | partition.py | 332 def run_test_on_partitions(job, test, partitions, mountpoint_func, argument 358 parallel(partitions, 'setup_before_test', mountpoint_func=mountpoint_func) 360 mountpoint = mountpoint_func(partitions[0]) 418 def setup_before_test(self, mountpoint_func): argument 428 mountpoint = mountpoint_func(self) 438 def run_test_on_partition(self, test, mountpoint_func, **dargs): argument 465 self.setup_before_test(mountpoint_func) 473 mountpoint = mountpoint_func(self)
|