ZipEntry 17 base/android/java/src/org/chromium/base/library_loader/LibraryLoaderHelper.java import java.util.zip.ZipEntry; ZipEntry 145 base/android/java/src/org/chromium/base/library_loader/LibraryLoaderHelper.java final ZipEntry entry = file.getEntry(jniNameInApk); ZipEntry 183 chrome/test/chromedriver/util.cc static bool FromBytes(const std::string& bytes, ZipEntry* zip, ZipEntry 360 chrome/test/chromedriver/util.cc const uint32 ZipEntry::kFileHeaderSignature = 0x04034b50; ZipEntry 361 chrome/test/chromedriver/util.cc const uint32 ZipEntry::kDataDescriptorSignature = 0x08074b50; ZipEntry 362 chrome/test/chromedriver/util.cc const uint32 ZipEntry::kCentralDirSignature = 0x02014b50; ZipEntry 363 chrome/test/chromedriver/util.cc const uint32 ZipEntry::kEndOfCentralDirSignature = 0x06054b50; ZipEntry 367 chrome/test/chromedriver/util.cc ZipEntry entry; ZipEntry 369 chrome/test/chromedriver/util.cc if (!ZipEntry::FromBytes(bytes, &entry, &zip_error_msg))