Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dfru.hpp66 FruImpl(const std::string& configPath, in FruImpl() argument
70 parser(configPath, fruMasterJsonPath), 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 Dmain.cpp76 std::filesystem::path configPath = ""; variable
134 (!configPath.empty()) ? configPath : searchConfigurationPath(); in restartControlLoops()
310 app.add_option("-c,--conf", configPath, in main()
/openbmc/estoraged/include/
H A Destoraged.hpp57 const std::string& configPath, const std::string& devPath,
/openbmc/estoraged/src/
H A Destoraged.cpp36 const std::string& configPath, const std::string& devPath, in EStoraged() argument
142 std::filesystem::path(configPath).parent_path()); in EStoraged()
/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp1055 sdbusplus::message::object_path configPath(cpuObjectPath); in patchAppliedOperatingConfig() local
1056 configPath /= configBaseName; in patchAppliedOperatingConfig()
1058 BMCWEB_LOG_INFO("Setting config to {}", configPath.str); in patchAppliedOperatingConfig()
1064 "AppliedConfig", configPath); in patchAppliedOperatingConfig()