Home
last modified time | relevance | path

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

/openbmc/phosphor-mrw-tools/
H A Dgen_openpower_fru.pl13 my $outFile = "";
19 "o=s" => \$outFile,
23 if (($mrwFile eq "") or ($configFile eq "") or ($outFile eq ""))
80 open(my $fh, '>', $outFile) or die "Could not open file '$outFile' $!";
H A Dgen_callouts.pl14 my $outFile = "";
19 "o=s" => \$outFile,
24 if (($mrwFile eq "") or ($outFile eq ""))
45 open(my $fh, '>', $outFile) or die "Could not open file '$outFile' $!";
H A Dgen_fru_properties.pl15 my $outFile = "";
23 "o=s" => \$outFile,
29 if (($mrwFile eq "") or ($configFile eq "") or ($outFile eq ""))
60 open(my $fh, '>', $outFile) or die "Could not open file '$outFile' $!";
H A Dgen_path_callouts.pl222 my $outFile = "";
234 "o=s" => \$outFile,
240 if (($mrwFile eq "") or ($outFile eq ""))
262 my $outDir = dirname($outFile);
790 open(my $fh, '>', $outFile) or die "Could not open file '$outFile' $!";
/openbmc/phosphor-networkd/src/
H A Ddns_updater.cpp19 void updateDNSEntries(const fs::path& inFile, const fs::path& outFile) in updateDNSEntries() argument
24 std::fstream outStream(outFile, std::fstream::out); in updateDNSEntries()
27 lg2::error("Unable to open output file {FILE}", "FILE", outFile); in updateDNSEntries()
H A Ddns_updater.hpp23 void updateDNSEntries(const fs::path& inFile, const fs::path& outFile);
/openbmc/phosphor-bmc-code-mgmt/
H A Dutils.cpp64 std::ofstream outFile(dstFile, std::ios::out); in mergeFiles() local
81 outFile << inFile.rdbuf(); in mergeFiles()
84 outFile.close(); in mergeFiles()
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp442 std::ofstream outFile(biosConfigNVPath, std::ios::binary); in flushNVOOBdata() local
444 outFile.seekp(std::ios_base::beg); in flushNVOOBdata()
446 outFile.write(writedata, sizeof(struct NVOOBdata)); in flushNVOOBdata()
448 if (!outFile.good()) in flushNVOOBdata()
784 std::ofstream outFile(FilePath, std::ios::binary | std::ios::app); in ipmiOEMSetPayload() local
785 outFile.seekp(pPayloadInProgress->payloadOffset); in ipmiOEMSetPayload()
791 outFile.write(writedata + 16, payload.size() - 16); in ipmiOEMSetPayload()
792 outFile.close(); in ipmiOEMSetPayload()
/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.cpp63 std::ofstream outFile(value, std::ofstream::out); in copyStringToFile() local
65 if (outFile.is_open()) in copyStringToFile()
73 outFile.write(hexString.c_str(), hexString.length()); in copyStringToFile()
81 outFile.close(); in copyStringToFile()
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt487 outStream.file = outFile;
520 MyWriteFileAndCheck(outFile, header, headerSize)