Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/disk/
Dgenerate_persistent_bootconfig.cpp89 kMaxAvbMetadataSize + bootconfig.size(), PARTITION_SIZE_SHIFT); in GeneratePersistentBootconfig()
/device/google/cuttlefish/host/libs/avb/
Davb.h35 inline constexpr uint64_t kMaxAvbMetadataSize = 69632ul; variable
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc200 AlignToPowerOf2(kMaxAvbMetadataSize + 4096, PARTITION_SIZE_SHIFT); in PrepareBootEnvImage()