Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Doverlay.cpp39 constexpr const char* templateChar = "$"; variable
262 boost::replace_all(parameters, templateChar + keyPair.key(), in exportDevice()
264 boost::replace_all(busPath, templateChar + keyPair.key(), in exportDevice()
H A Dutils.cpp42 constexpr const char* templateChar = "$"; variable
231 boost::replace_all(*strPtr, std::string(templateChar) + "index", in templateCharReplace()
240 std::string templateName = templateChar + propName; in templateCharReplace()