Searched refs:matchString (Results 1 – 5 of 5) sorted by relevance
| /openbmc/entity-manager/src/ |
| H A D | utils.cpp | 22 bool findFiles(const fs::path& dirPath, const std::string& matchString, in findFiles() argument 30 std::regex search(matchString); in findFiles() 44 const std::string& matchString, in findFiles() argument 48 std::regex search(matchString); in findFiles()
|
| H A D | utils.hpp | 25 const std::string& matchString, 28 const std::string& matchString,
|
| /openbmc/dbus-sensors/src/ |
| H A D | Utils.cpp | 201 std::string_view matchString, in findFiles() argument 215 while ((pos = matchString.find('/')) != std::string::npos) in findFiles() 217 token = matchString.substr(0, pos); in findFiles() 219 matchString.remove_prefix(pos + 1); in findFiles() 221 matchPieces.emplace_back(std::string{matchString}); in findFiles() 227 std::regex search(std::string{matchString}); in findFiles()
|
| H A D | Utils.hpp | 80 std::string_view matchString,
|
| /openbmc/entity-manager/src/fru_device/ |
| H A D | fru_device.cpp | 1349 auto matchString = std::string(R"(i2c-\d+$)"); in main() local 1352 if (!findFiles(devDir, matchString, i2cBuses)) in main()
|