Searched refs:MAGIC_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
171 constexpr uint64_t MAGIC_BLOCK_SIZE = 4096; in ExpandedStorageSize() local172 std::string magic(std::min(file_size, MAGIC_BLOCK_SIZE), '\0'); in ExpandedStorageSize()