Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_pcie.cpp56 constexpr auto cableInfoFile = "cableinfo"; variable
106 infoFile = (fs::path(pciePath) / cableInfoFile); in writeFromMemory()
135 infoFile = (fs::path(pciePath) / cableInfoFile); in write()
425 int fd = open((fs::path(pciePath) / cableInfoFile).string().c_str(), in parseCableInfo()