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.cpp778 std::stringstream lidFileName; in processCodeUpdateLid() local
779 lidFileName << std::hex << htonl(header.lidNumber) << ".lid"; in processCodeUpdateLid()
780 auto lidNoHeaderPath = fs::path(lidDirPath) / lidFileName.str(); in processCodeUpdateLid()