Home
last modified time | relevance | path

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

/openbmc/phosphor-psu-code-mgmt/vendor-example/
H A Dget_version.cpp6 constexpr int NUM_OF_BYTES = 8; variable
17 if (psu.size() < NUM_OF_BYTES) in main()
19 psu.append(NUM_OF_BYTES - psu.size(), '0'); //"0", 8 - psu.size()); in main()
22 printf("%s", psu.substr(psu.size() - NUM_OF_BYTES).c_str()); in main()