Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dfru_utils.hpp80 const std::regex nonAsciiRegex("[^\x01-\x7f]"); variable
H A Dfru_device.cpp780 property.second.end(), nonAsciiRegex, "_"); in addFruObjectToDbus()
786 std::regex_replace(property.first, nonAsciiRegex, "_"); in addFruObjectToDbus()