Home | History | Annotate | Download | only in libziparchive

Lines Matching full:entryname

918 int32_t FindEntry(const ZipArchiveHandle handle, const char* entryName,
921 const int nameLen = strlen(entryName);
923 ALOGW("Zip: Invalid filename %s", entryName);
928 archive->hash_table_size, entryName, nameLen);
931 ALOGV("Zip: Could not find entry %.*s", nameLen, entryName);