Home
last modified time | relevance | path

Searched refs:ExternalStorerFileWriter (Results 1 – 3 of 3) sorted by relevance

/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp16 bool ExternalStorerFileWriter::createFolder(const std::string& folderPath) const in createFolder()
31 bool ExternalStorerFileWriter::createFile(const std::string& folderPath, in createFile()
47 bool ExternalStorerFileWriter::removeAll(const std::string& filePath) const in removeAll()
/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Dexternal_storer_file.hpp61 class ExternalStorerFileWriter : public FileHandlerInterface class
/openbmc/bios-bmc-smm-error-logger/src/
H A Dmain.cpp94 std::make_unique<rde::ExternalStorerFileWriter>(); in main()