Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp525 std::stringstream lidFileName; in processCodeUpdateLid() local
526 lidFileName << std::hex << htonl(header.lidNumber) << ".lid"; in processCodeUpdateLid()
527 auto lidNoHeaderPath = fs::path(lidDirPath) / lidFileName.str(); in processCodeUpdateLid()