Home
last modified time | relevance | path

Searched refs:subPath (Results 1 – 5 of 5) sorted by relevance

/openbmc/telemetry/src/interfaces/
H A Djson_storage.hpp21 virtual void store(const FilePath& subPath, const nlohmann::json& data) = 0;
22 virtual bool remove(const FilePath& subPath) = 0;
25 load(const FilePath& subPath) const = 0;
/openbmc/telemetry/src/
H A Dpersistent_json_storage.hpp10 void store(const FilePath& subPath, const nlohmann::json& data) override;
11 bool remove(const FilePath& subPath) override;
13 std::optional<nlohmann::json> load(const FilePath& subPath) const override;
H A Dpersistent_json_storage.cpp144 bool PersistentJsonStorage::exist(const FilePath& subPath) const in exist()
146 return std::filesystem::exists(join(directory, subPath)); in exist()
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Dexternal_storer_file.cpp189 const std::string& subPath, const nlohmann::json& jsonPdr) const in createFile() argument
191 return fileHandler->createFile(rootPath + subPath, jsonPdr); in createFile()
/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Dexternal_storer_file.hpp137 bool createFile(const std::string& subPath,