Searched refs:zip_content_ (Results 1 – 1 of 1) sorted by relevance
/system/libziparchive/ |
D | zip_archive_test.cc | 1163 file_entry.CopyToOutput(&zip_content_); in ConstructZipFile() 1166 cd_entry.CopyToOutput(&zip_content_); in ConstructZipFile() 1169 std::back_inserter(zip_content_)); in ConstructZipFile() 1171 std::back_inserter(zip_content_)); in ConstructZipFile() 1172 std::copy(eocd_record_.begin(), eocd_record_.end(), std::back_inserter(zip_content_)); in ConstructZipFile() 1175 std::vector<uint8_t> zip_content_; member in Zip64ParseTest 1191 0, OpenArchiveFromMemory(zip_content_.data(), zip_content_.size(), "debug_zip64", &handle)); in TEST_F() 1203 0, OpenArchiveFromMemory(zip_content_.data(), zip_content_.size(), "debug_zip64", &handle)); in TEST_F() 1215 0, OpenArchiveFromMemory(zip_content_.data(), zip_content_.size(), "debug_zip64", &handle)); in TEST_F() 1227 0, OpenArchiveFromMemory(zip_content_.data(), zip_content_.size(), "debug_zip64", &handle)); in TEST_F() [all …]
|