Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.cpp491 size_t lineLength = i - start; in parseImage() local
494 lineLength--; in parseImage()
496 if (lineLength >= maxLineLength) in parseImage()
501 std::memcpy(line, image + start, lineLength); in parseImage()
502 line[lineLength] = '\0'; in parseImage()