Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_lid.hpp40 auto lidName = stream.str() + ".lid"; in LidHandler() local
43 auto patch = fs::path(patchDir) / lidName; in LidHandler()
51 lidPath = std::move(dir) + '/' + lidName; in LidHandler()
91 auto lidName = stream.str() + ".lid"; in constructLIDPath() local
92 lidPath = std::move(dir) + '/' + lidName; in constructLIDPath()
115 auto lidName = stream.str() + ".lid"; in writeFromMemory() local
116 lidPath = std::move(dir) + '/' + lidName; in writeFromMemory()
198 auto lidName = stream.str() + ".lid"; in write() local
199 lidPath = std::move(dir) + '/' + lidName; in write()
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp356 auto lidName = a.second + ".lid"; in getBiosAttrStr() local
357 std::filesystem::create_symlink(lidName, elementFilePath, ec); in getBiosAttrStr()
361 entry("TARGET=%s", lidName.c_str()), in getBiosAttrStr()