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

/libcore/ojluni/src/main/native/
H A Dzip_util.c437 static const int kMetaInfLength = sizeof(kMetaInf) - 1; local
439 if (length < kMetaInfLength) {
443 return (strncmp(kMetaInf, name, kMetaInfLength) == 0) ? 1 : 0;

Completed in 444 milliseconds