Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Ddynamic_partition_control_android.cc907 uint64_t sum_groups = 0; in CheckSuperPartitionAllocatableSpace() local
909 sum_groups += group.size(); in CheckSuperPartitionAllocatableSpace()
919 if (sum_groups > half_space) { in CheckSuperPartitionAllocatableSpace()
920 LOG(ERROR) << StringPrintf(fmt, sum_groups, "HALF OF ", half_space); in CheckSuperPartitionAllocatableSpace()
927 if (sum_groups > half_space) { in CheckSuperPartitionAllocatableSpace()
928 LOG(WARNING) << StringPrintf(fmt, sum_groups, "HALF OF ", half_space) in CheckSuperPartitionAllocatableSpace()
936 if (sum_groups > full_space) { in CheckSuperPartitionAllocatableSpace()
937 LOG(ERROR) << base::StringPrintf(fmt, sum_groups, "", full_space); in CheckSuperPartitionAllocatableSpace()