Searched refs:pciePath (Results 1 – 1 of 1) sorted by relevance
54 static constexpr auto pciePath = "/var/lib/pldm/pcie-topology/"; variable96 if (!fs::exists(pciePath)) in writeFromMemory()98 fs::create_directories(pciePath); in writeFromMemory()99 fs::permissions(pciePath, in writeFromMemory()103 fs::path infoFile(fs::path(pciePath) / topologyFile); in writeFromMemory()106 infoFile = (fs::path(pciePath) / cableInfoFile); in writeFromMemory()132 fs::path infoFile(fs::path(pciePath) / topologyFile); in write()135 infoFile = (fs::path(pciePath) / cableInfoFile); in write()182 int fd = open((fs::path(pciePath) / topologyFile).string().c_str(), in parseTopologyData()425 int fd = open((fs::path(pciePath) / cableInfoFile).string().c_str(), in parseCableInfo()