Searched refs:ffdcFiles (Results 1 – 4 of 4) sorted by relevance
167 return ffdcFiles; in getSbeFFDC()218 PelFFDC ffdcFiles; member in openpower::pels::sbe::SbeFFDC
56 PelFFDC ffdcFiles = ffdcFilesIn; in PEL() local62 std::any_of(ffdcFiles.begin(), ffdcFiles.end(), [](const auto& file) { in PEL()74 ffdcFiles.insert(ffdcFiles.end(), sbeFFDCFiles.begin(), in PEL()94 if (!ffdcFiles.empty()) in PEL()98 callouts = getCalloutJSON(ffdcFiles); in PEL()143 for (const auto& file : ffdcFiles) in PEL()489 nlohmann::json PEL::getCalloutJSON(const PelFFDC& ffdcFiles) in getCalloutJSON() argument493 for (const auto& file : ffdcFiles) in getCalloutJSON()
114 const AdditionalData& additionalData, const PelFFDC& ffdcFiles,401 nlohmann::json getCalloutJSON(const PelFFDC& ffdcFiles);
273 ffdcFiles.push_back(pf); in process()290 ffdcFiles.push_back(pdf); in process()