Home
last modified time | relevance | path

Searched refs:root_part (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/bin/
Dutils.py2117 def get_free_root_partition(root_part=None): argument
2125 if not root_part:
2126 root_part = get_root_partition()
2127 return root_part[:-1] + spare_root_map[root_part[-1]]
2130 def get_kernel_partition(root_part=None): argument
2137 if not root_part:
2138 root_part = get_root_partition()
2140 return root_part[:-1] + current_kernel_map[root_part[-1]]
2143 def get_free_kernel_partition(root_part=None): argument
2150 kernel_part = get_kernel_partition(root_part)
Dpartition.py224 def get_unmounted_partition_list(root_part, job=None, min_blocks=0, argument
246 if (part.device != partname_to_device(root_part) and
/external/autotest/client/cros/faft/
Drpc_functions.py974 root_part = self._os_if.get_root_part()
975 return self._os_if.is_removable_device(root_part)
979 root_part = self._os_if.get_root_part()
980 return self._os_if.get_internal_disk(root_part)