Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive_test.cc376 static const size_t kAbUncompressedSize = 270216; variable
416 ASSERT_EQ(kAbUncompressedSize, entry.uncompressed_length); in TEST()
419 std::vector<uint8_t> buffer(kAbUncompressedSize); in TEST()
430 ASSERT_EQ(kAbUncompressedSize, static_cast<size_t>(stat_buf.st_size)); in TEST()
434 std::vector<uint8_t> file_contents(kAbUncompressedSize); in TEST()