Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_error.cpp42 static_assert((-kLastErrorCode + 1) == arraysize(kErrorMessages), in ErrorCodeString()
Dzip_error.h73 kLastErrorCode = kUnsupportedEntrySize, enumerator
Dzip_archive_test.cc834 ASSERT_STRNE("Unknown return code", ErrorCodeString(kLastErrorCode)); in TEST()
835 ASSERT_STREQ("Unknown return code", ErrorCodeString(kLastErrorCode - 1)); in TEST()