Searched refs:configPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/pldm/libpldmresponder/ |
H A D | fru.hpp | 66 FruImpl(const std::string& configPath, in FruImpl() argument 70 parser(configPath, fruMasterJsonPath), pdrRepo(pdrRepo), in FruImpl() 262 Handler(const std::string& configPath, in Handler() argument 266 impl(configPath, fruMasterJsonPath, pdrRepo, entityTree, bmcEntityTree) in Handler()
|
/openbmc/phosphor-pid-control/ |
H A D | main.cpp | 77 std::filesystem::path configPath = ""; variable 135 (!configPath.empty()) ? configPath : searchConfigurationPath(); in restartControlLoops() 316 app.add_option("-c,--conf", configPath, in main()
|
/openbmc/estoraged/include/ |
H A D | estoraged.hpp | 57 const std::string& configPath, const std::string& devPath,
|
/openbmc/estoraged/src/ |
H A D | estoraged.cpp | 36 sdbusplus::asio::object_server& server, const std::string& configPath, in EStoraged() argument 141 std::filesystem::path(configPath).parent_path()); in EStoraged()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | processor.hpp | 1026 sdbusplus::message::object_path configPath(cpuObjectPath); in patchAppliedOperatingConfig() local 1027 configPath /= configBaseName; in patchAppliedOperatingConfig() 1029 BMCWEB_LOG_INFO("Setting config to {}", configPath.str); in patchAppliedOperatingConfig() 1035 "AppliedConfig", configPath); in patchAppliedOperatingConfig()
|