Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp351 auto elementFilePath = std::filesystem::path("/media/hostfw/running") / in getBiosAttrStr() local
353 if (!std::filesystem::exists(elementFilePath)) in getBiosAttrStr()
357 std::filesystem::create_symlink(lidName, elementFilePath, ec); in getBiosAttrStr()
362 entry("LINK=%s", elementFilePath.c_str())); in getBiosAttrStr()