Home | History | Annotate | Download | only in androidfw

Lines Matching refs:fileName

65 #define kLFHNameLen          26              // offset to filename length
76 #define kCDENameLen 28 // offset to filename length
392 ALOGW("Filename contains NUL byte");
396 /* add the CDE filename to the hash table */
450 ZipEntryRO ZipFileRO::findEntryByName(const char* fileName) const
460 int nameLen = strlen(fileName);
461 unsigned int hash = computeHash(fileName, nameLen);
466 memcmp(mHashTable[ent].name, fileName, nameLen) == 0)
522 * Recover the start of the central directory entry from the filename
523 * pointer. The filename is the first entry past the fixed-size data,
662 * Copy the entry's filename to the buffer.