Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp240 std::string getBiosAttrStr(const std::filesystem::path& elementsJsonFilePath, in getBiosAttrStr() argument
245 std::ifstream jsonFile(elementsJsonFilePath.c_str()); in getBiosAttrStr()
256 entry("FILE=%s", elementsJsonFilePath.c_str())); in getBiosAttrStr()
275 entry("FILE=%s", elementsJsonFilePath.c_str()), in getBiosAttrStr()
402 void setBiosAttr(const std::filesystem::path& elementsJsonFilePath, in setBiosAttr() argument
405 auto biosAttrStr = getBiosAttrStr(elementsJsonFilePath, extensions); in setBiosAttr()
584 const std::filesystem::path& elementsJsonFilePath, in maybeSetBiosAttr() argument
593 setBiosAttr(elementsJsonFilePath, extensions); in maybeSetBiosAttr()
744 std::filesystem::path elementsJsonFilePath, sdeventplus::Event& loop) in updateBiosAttrTable() argument
752 std::make_shared<decltype(elementsJsonFilePath)>( in updateBiosAttrTable()
[all …]
H A Ditem_updater_main.cpp104 auto elementsJsonFilePath = "/usr/share/hostfw/elements.json"s; in main() local
107 bus, extensionMap, std::move(elementsJsonFilePath), in main()