Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_xz_utils.cpp53 size_t srcRemain = srcLen - srcOff; in XzDecompress() local
57 reinterpret_cast<const Byte*>(&src[srcOff]), &srcRemain, in XzDecompress()
63 srcOff += srcRemain; in XzDecompress()