Searched refs:elementsJsonFilePath (Results 1 – 2 of 2) sorted by relevance
/openbmc/openpower-pnor-code-mgmt/ |
H A D | functions.cpp | 240 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 D | item_updater_main.cpp | 104 auto elementsJsonFilePath = "/usr/share/hostfw/elements.json"s; in main() local 107 bus, extensionMap, std::move(elementsJsonFilePath), in main()
|