Home
last modified time | relevance | path

Searched refs:numChunks (Results 1 - 1 of 1) sorted by relevance

/base/update/updater/services/diffpatch/patch/
H A Dupdate_patch.cpp76 int32_t numChunks = ImagePatch::ReadLE<int32_t>(param.patch + offset); in ApplyImagePatch() local
80 for (int i = 0; i < numChunks; ++i) { in ApplyImagePatch()
87 PATCH_DEBUG("ApplyImagePatch numChunks[%d] type %d offset %d", i, type, offset); in ApplyImagePatch()

Completed in 1 milliseconds