Home
last modified time | relevance | path

Searched refs:new_size (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/libxbc/
Dlibxbc.c65 int32_t new_size = 0; in addBootConfigParameters() local
71 memcpy(&new_size, (void *)end, BOOTCONFIG_SIZE_SIZE); in addBootConfigParameters()
73 new_size = bootconfig_size; in addBootConfigParameters()
/bootable/recovery/updater/
Dupdater_runtime_dynamic_partitions.cpp237 auto new_size = params.uint_arg(1, "maximum_size"); in PerformOpResizeGroup() local
238 if (!new_size.has_value()) return false; in PerformOpResizeGroup()
247 if (old_size != new_size.value()) { in PerformOpResizeGroup()
248 if (!params.builder->ChangeGroupSize(group_name_suffix, new_size.value())) { in PerformOpResizeGroup()
250 << new_size.value() << "."; in PerformOpResizeGroup()