Home
last modified time | relevance | path

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

/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_test_utils.h63 constexpr uint64_t kDefaultGroupSize = 5_GiB; variable
65 constexpr uint64_t kDefaultSuperSize = kDefaultGroupSize * 2 + 1_MiB;
147 AddGroup(&manifest, std::string(kDefaultGroup) + suffix, kDefaultGroupSize); in PartitionSuffixSizesToManifest()
170 auto* g = AddGroup(&manifest, std::string(kDefaultGroup), kDefaultGroupSize); in PartitionSizesToManifest()
H A Ddynamic_partition_control_android_unittest.cc1111 uint64_t super_size = kDefaultGroupSize + 1_MiB; in TEST_P()