Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/include/idmap2/
DIdmap.h98 return target_crc_; in GetTargetCrc()
126 uint32_t target_crc_; variable
/frameworks/base/cmds/idmap2/libidmap2/
DIdmap.cpp136 !Read32(stream, &idmap_header->target_crc_) || !Read32(stream, &idmap_header->overlay_crc_) || in FromBinaryStream()
164 if (target_crc_ != *target_crc) { in IsUpToDate()
165 return Error("bad target crc: idmap version 0x%08x, file system version 0x%08x", target_crc_, in IsUpToDate()
382 header->target_crc_ = *crc; in FromApkAssets()