Lines Matching refs:dumpPath
147 const std::filesystem::path& dumpPath, in collectSBEDump() argument
152 "PATH", dumpPath.string().c_str(), "ID", id, "FAILINGUNIT", in collectSBEDump()
193 executeSbeExtractRc(proc_ody, dumpPath, sbeTypeId); in collectSBEDump()
196 collectLocalRegDump(proc_ody, dumpPath, baseFilename, sbeTypeId); in collectSBEDump()
197 collectPIBMSRegDump(proc_ody, dumpPath, baseFilename, sbeTypeId); in collectSBEDump()
198 collectPIBMEMDump(proc_ody, dumpPath, baseFilename, sbeTypeId); in collectSBEDump()
199 collectPPEState(proc_ody, dumpPath, baseFilename, sbeTypeId); in collectSBEDump()
202 finalizeCollection(pibFsiTarget, dumpPath, true, sbeTypeId); in collectSBEDump()
213 finalizeCollection(pibFsiTarget, dumpPath, false, sbeTypeId); in collectSBEDump()
466 auto dumpPath = path / filenameBuilder.str(); in writeDumpFile() local
469 std::ofstream outfile(dumpPath, std::ios::out | std::ios::binary); in writeDumpFile()
478 "ERRNO", err, "FILEPATH", dumpPath.string()); in writeDumpFile()
480 report<Open>(metadata::ERRNO(err), metadata::PATH(dumpPath.c_str())); in writeDumpFile()
493 "PATH", dumpPath.string(), "SIZE", len); in writeDumpFile()
504 dumpPath.string()); in writeDumpFile()
506 metadata::PATH(dumpPath.c_str())); in writeDumpFile()