Home
last modified time | relevance | path

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

/aosp12/system/libziparchive/
H A Dzip_archive_test.cc850 static const std::vector<uint8_t> kZipFileWithBrokenLfhSignature{ variable
883 ASSERT_TRUE(android::base::WriteFully(tmp_file.fd, &kZipFileWithBrokenLfhSignature[0], in TEST()
884 kZipFileWithBrokenLfhSignature.size())); in TEST()