Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive.cc641 auto add_result = archive->cd_entry_map->AddToMap(entry_name, cd_ptr); in ParseZipArchive() local
642 if (add_result != 0) { in ParseZipArchive()
643 ALOGW("Zip: Error adding entry to hash table %d", add_result); in ParseZipArchive()
644 return add_result; in ParseZipArchive()