Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive_test.cc496 static const size_t kAbUncompressedSize = 270216; variable
534 ASSERT_EQ(kAbUncompressedSize, entry.uncompressed_length); in TEST()
537 std::vector<uint8_t> buffer(kAbUncompressedSize); in TEST()
548 ASSERT_EQ(kAbUncompressedSize, static_cast<size_t>(stat_buf.st_size)); in TEST()
552 std::vector<uint8_t> file_contents(kAbUncompressedSize); in TEST()