Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dpartition_unittest.py115 parts = partition.get_partition_list(job, exclude_swap=False,
123 exclude_swap=False,
Dpartition.py119 def get_partition_list(job, min_blocks=0, filter_func=None, exclude_swap=True, argument
141 if exclude_swap:
163 if exclude_swap and device in active_swap_devices:
224 filter_func=None, exclude_swap=True, argument
241 filter_func=filter_func, exclude_swap=exclude_swap, open_func=open_func)
Djob.py702 exclude_swap=False)
763 exclude_swap=False)
Djob_unittest.py457 self.job, exclude_swap=False).and_return(part_list)