Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc171 constexpr uint64_t MAGIC_BLOCK_SIZE = 4096; in ExpandedStorageSize() local
172 std::string magic(std::min(file_size, MAGIC_BLOCK_SIZE), '\0'); in ExpandedStorageSize()