Searched defs:kAbUncompressedSize (Results 1 - 1 of 1) sorted by relevance

/system/core/libziparchive/
H A Dzip_archive_test.cc293 static const size_t kAbUncompressedSize = 270216; variable
332 ASSERT_EQ(kAbUncompressedSize, entry.uncompressed_length);
335 std::vector<uint8_t> buffer(kAbUncompressedSize);
346 ASSERT_EQ(kAbUncompressedSize, static_cast<size_t>(stat_buf.st_size));
350 std::vector<uint8_t> file_contents(kAbUncompressedSize);

Completed in 50 milliseconds