Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Ddynamic_partition_control_android.cc889 uint64_t full_space = builder->AllocatableSpace(); in CheckSuperPartitionAllocatableSpace() local
890 uint64_t half_space = full_space / 2; in CheckSuperPartitionAllocatableSpace()
913 if (sum_groups > full_space) { in CheckSuperPartitionAllocatableSpace()
914 LOG(ERROR) << base::StringPrintf(fmt, sum_groups, "", full_space); in CheckSuperPartitionAllocatableSpace()