Home
last modified time | relevance | path

Searched refs:folderPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Dexternal_storer_file.hpp34 virtual bool createFolder(const std::string& folderPath) const = 0;
45 virtual bool createFile(const std::string& folderPath,
55 bool createFolder(const std::string& folderPath) const override;
56 bool createFile(const std::string& folderPath,
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp16 bool ExternalStorerFileWriter::createFolder(const std::string& folderPath) const in createFolder()
18 std::filesystem::path path(folderPath); in createFolder()
24 folderPath); in createFolder()
31 bool ExternalStorerFileWriter::createFile(const std::string& folderPath, in createFile() argument
34 if (!createFolder(folderPath)) in createFile()
38 std::filesystem::path path(folderPath); in createFile()