Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp154 const std::unique_ptr<const ZipFile> target_zip = ZipFile::Open(target_path_); in IsUpToDate() local
155 if (!target_zip) { in IsUpToDate()
159 Result<uint32_t> target_crc = GetCrc(*target_zip); in IsUpToDate()
359 const std::unique_ptr<const ZipFile> target_zip = ZipFile::Open(target_apk_path); in FromApkAssets() local
360 if (!target_zip) { in FromApkAssets()
378 Result<uint32_t> crc = GetCrc(*target_zip); in FromApkAssets()