Home
last modified time | relevance | path

Searched defs:outFile (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Ddns_updater.cpp19 void updateDNSEntries(const fs::path& inFile, const fs::path& outFile) in updateDNSEntries()
/openbmc/phosphor-bmc-code-mgmt/
H A Dutils.cpp64 std::ofstream outFile(dstFile, std::ios::out); in mergeFiles() local
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp442 std::ofstream outFile(biosConfigNVPath, std::ios::binary); in flushNVOOBdata() local
784 std::ofstream outFile(FilePath, std::ios::binary | std::ios::app); in ipmiOEMSetPayload() local
/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.cpp63 std::ofstream outFile(value, std::ofstream::out); in copyStringToFile() local