Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp138 const std::unique_ptr<const ZipFile> target_zip = ZipFile::Open(target_path); in IsUpToDate() local
139 if (!target_zip) { in IsUpToDate()
143 const Result<uint32_t> target_crc = GetPackageCrc(*target_zip); in IsUpToDate()
326 const std::unique_ptr<const ZipFile> target_zip = ZipFile::Open(target_apk_path); in FromApkAssets() local
327 if (!target_zip) { in FromApkAssets()
340 Result<uint32_t> crc = GetPackageCrc(*target_zip); in FromApkAssets()