Searched refs:fruMasterJsonPath (Results 1 – 3 of 3) sorted by relevance
| /openbmc/pldm/libpldmresponder/ |
| H A D | fru.hpp | 73 const std::filesystem::path& fruMasterJsonPath, pldm_pdr* pdrRepo, in FruImpl() argument 76 parser(configPath, fruMasterJsonPath), pdrRepo(pdrRepo), in FruImpl() 317 const std::filesystem::path& fruMasterJsonPath, pldm_pdr* pdrRepo, in Handler() argument 320 impl(configPath, fruMasterJsonPath, pdrRepo, entityTree, bmcEntityTree) in Handler()
|
| H A D | fru_parser.cpp | 39 const fs::path& fruMasterJsonPath) in FruParser() argument 41 if (fs::exists(fruMasterJsonPath)) in FruParser() 43 setupDefaultDBusLookup(fruMasterJsonPath); in FruParser()
|
| H A D | fru_parser.hpp | 73 const std::filesystem::path& fruMasterJsonPath); 125 void setupDefaultDBusLookup(const std::filesystem::path& fruMasterJsonPath);
|