Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp122 Result<uint32_t> GetCrc(const ZipFile& zip) { in GetCrc() function
159 Result<uint32_t> target_crc = GetCrc(*target_zip); in IsUpToDate()
174 Result<uint32_t> overlay_crc = GetCrc(*overlay_zip); in IsUpToDate()
378 Result<uint32_t> crc = GetCrc(*target_zip); in FromApkAssets()
384 crc = GetCrc(*overlay_zip); in FromApkAssets()