Home
last modified time | relevance | path

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

/packages/modules/adb/fastdeploy/deploypatchgenerator/
Ddeploy_patch_generator.cpp104 size_t* realSizeOut) { in WritePatchEntry() argument
120 *realSizeOut += patchEntry.deltaFromDeviceDataStart + hostDataLength; in WritePatchEntry()
136 size_t realSizeOut = 0; in GeneratePatch() local
153 WritePatchEntry(patchEntry, input, output, &realSizeOut); in GeneratePatch()
163 WritePatchEntry(patchEntry, input, output, &realSizeOut); in GeneratePatch()
164 if (realSizeOut != currentSizeOut) { in GeneratePatch()
166 static_cast<long long>(currentSizeOut), static_cast<long long>(realSizeOut)); in GeneratePatch()