Searched refs:infoFile (Results 1 – 1 of 1) sorted by relevance
103 fs::path infoFile(fs::path(pciePath) / topologyFile); in writeFromMemory() local106 infoFile = (fs::path(pciePath) / cableInfoFile); in writeFromMemory()111 std::ofstream pcieData(infoFile, std::ios::out | std::ios::binary); in writeFromMemory()112 auto rc = transferFileData(infoFile, false, offset, length, address); in writeFromMemory()132 fs::path infoFile(fs::path(pciePath) / topologyFile); in write() local135 infoFile = (fs::path(pciePath) / cableInfoFile); in write()140 std::ofstream pcieData(infoFile, std::ios::out | std::ios::binary | in write()