Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dcache_data.cpp70 uint32_t computedCrc = CrcGen(buffer + RS_CACHE_HEAD_LEN, bufferSize - RS_CACHE_HEAD_LEN); in IsValidFile() local
71 if (computedCrc != *storedCrc) { in IsValidFile()