Home
last modified time | relevance | path

Searched refs:kLastErrorCode (Results 1 – 2 of 2) sorted by relevance

/system/core/libziparchive/
Dzip_archive_private.h90 kLastErrorCode = kMmapFailed, enumerator
Dzip_archive.cc1151 static_assert((-kLastErrorCode + 1) == arraysize(kErrorMessages), in ErrorCodeString()