Searched refs:entryName (Results 1 – 3 of 3) sorted by relevance
/system/timezone/distro/core/src/main/com/android/timezone/distro/ |
D | TimeZoneDistro.java | 91 private static byte[] getEntryContents(InputStream is, String entryName) throws IOException { in getEntryContents() argument 97 if (!entryName.equals(name)) { in getEntryContents() 102 throw new IOException("Entry " + entryName + " too large: " + entry.getSize()); in getEntryContents()
|
/system/core/libziparchive/ |
D | zip_archive.cc | 757 int32_t FindEntry(const ZipArchiveHandle archive, const ZipString& entryName, ZipEntry* data) { in FindEntry() argument 758 if (entryName.name_length == 0) { in FindEntry() 759 ALOGW("Zip: Invalid filename %.*s", entryName.name_length, entryName.name); in FindEntry() 763 const int64_t ent = EntryToIndex(archive->hash_table, archive->hash_table_size, entryName, in FindEntry() 766 ALOGV("Zip: Could not find entry %.*s", entryName.name_length, entryName.name); in FindEntry()
|
/system/core/libziparchive/include/ziparchive/ |
D | zip_archive.h | 167 int32_t FindEntry(const ZipArchiveHandle archive, const ZipString& entryName, ZipEntry* data);
|