Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/
H A Dxdpe1x2xx.cpp70 const char* const DataComment = "//"; variable
473 size_t lenComment = strlen(DataComment); in parseImage()
504 if (!strncmp(line, DataComment, lenComment)) in parseImage()