Home
last modified time | relevance | path

Searched refs:exclude_swap (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/bin/
Dpartition.py120 def get_partition_list(job, min_blocks=0, filter_func=None, exclude_swap=True, argument
142 if exclude_swap:
164 if exclude_swap and device in active_swap_devices:
225 filter_func=None, exclude_swap=True, argument
242 filter_func=filter_func, exclude_swap=exclude_swap, open_func=open_func)
Dpartition_unittest.py120 parts = partition.get_partition_list(job, exclude_swap=False,
128 exclude_swap=False,
Djob.py744 exclude_swap=False)
805 exclude_swap=False)
Djob_unittest.py466 self.job, exclude_swap=False).and_return(part_list)