Searched refs:root_part (Results 1 – 3 of 3) sorted by relevance
2333 def get_free_root_partition(root_part=None): argument2341 if not root_part:2342 root_part = get_root_partition()2343 return root_part[:-1] + spare_root_map[root_part[-1]]2346 def get_kernel_partition(root_part=None): argument2353 if not root_part:2354 root_part = get_root_partition()2356 return root_part[:-1] + current_kernel_map[root_part[-1]]2359 def get_free_kernel_partition(root_part=None): argument2366 kernel_part = get_kernel_partition(root_part)
223 def get_unmounted_partition_list(root_part, job=None, min_blocks=0, argument245 if (part.device != partname_to_device(root_part) and
328 root_part = self._os_if.get_root_part()329 return self._os_if.is_removable_device(root_part)333 root_part = self._os_if.get_root_part()334 return self._os_if.get_internal_disk(root_part)