Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Ddynamic_partition_control_android.cc890 uint64_t half_space = full_space / 2; in CheckSuperPartitionAllocatableSpace() local
896 if (sum_groups > half_space) { in CheckSuperPartitionAllocatableSpace()
897 LOG(ERROR) << StringPrintf(fmt, sum_groups, "HALF OF ", half_space); in CheckSuperPartitionAllocatableSpace()
904 if (sum_groups > half_space) { in CheckSuperPartitionAllocatableSpace()
905 LOG(WARNING) << StringPrintf(fmt, sum_groups, "HALF OF ", half_space) in CheckSuperPartitionAllocatableSpace()