Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp34 constexpr auto attributesJsonFile = "bios_attrs.json"; variable
541 (jsonDir / sysType / attributesJsonFile)); in constructAttributes()
542 load(jsonDir / sysType / attributesJsonFile, [this](const Json& entry) { in constructAttributes()
631 load(jsonDir / sysType / attributesJsonFile, [&strings](const Json& entry) { in buildAndStoreStringTable()