Searched refs:zip_data (Results 1 – 2 of 2) sorted by relevance
127 ZipEntry zip_data; in Create() local128 while ((result = Next(cookie, &zip_data, &zip_entry_path)) == 0) { in Create()134 std::unique_ptr<IFile> file = util::make_unique<ZipFile>(collection->handle_, zip_data, in Create()
136 ZipEntry zip_data; in TEST_F() local138 while ((result = Next(cookie, &zip_data, &zip_name)) == 0) { in TEST_F()