Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp94 unsigned char crcBuffer[16384]; in isFileDifferent() local
96 while ((numBytes = TEMP_FAILURE_RETRY(read(fd, crcBuffer, sizeof(crcBuffer)))) > 0) { in isFileDifferent()
97 crc = crc32(crc, crcBuffer, numBytes); in isFileDifferent()