Searched refs:entryName (Results 1 - 2 of 2) sorted by relevance

/system/core/include/ziparchive/
H A Dzip_archive.h144 * Find an entry in the Zip archive, by name. |entryName| must be a null
159 int32_t FindEntry(const ZipArchiveHandle handle, const ZipString& entryName,
/system/core/libziparchive/
H A Dzip_archive.cc702 int32_t FindEntry(const ZipArchiveHandle handle, const ZipString& entryName, argument
705 if (entryName.name_length == 0) {
706 ALOGW("Zip: Invalid filename %.*s", entryName.name_length, entryName.name);
711 archive->hash_table_size, entryName);
714 ALOGV("Zip: Could not find entry %.*s", entryName.name_length, entryName.name);

Completed in 2486 milliseconds