Home
last modified time | relevance | path

Searched defs:entryName (Results 1 – 2 of 2) sorted by relevance

/system/timezone/distro/core/src/main/com/android/timezone/distro/
DTimeZoneDistro.java91 private static byte[] getEntryContents(InputStream is, String entryName) throws IOException { in getEntryContents()
/system/core/libziparchive/
Dzip_archive.cc757 int32_t FindEntry(const ZipArchiveHandle archive, const ZipString& entryName, ZipEntry* data) { in FindEntry()