Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp2522 int nextIndex = indices.empty() ? 1 : indices.front() + 1; in getFilename() local
2523 return prefix + std::to_string(nextIndex) + ".txt"; in getFilename()