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