Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive.cc527 if (auto add_result = in ParseZipArchive() local
529 add_result != 0) { in ParseZipArchive()
530 ALOGW("Zip: Error adding entry to hash table %d", add_result); in ParseZipArchive()
531 return add_result; in ParseZipArchive()