Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/
H A Dfile_system_wrapper.cpp26 bool FileSystemWrapper::exists(const fs::path& path, std::error_code& ec) const in exists()
31 void FileSystemWrapper::rename(const fs::path& oldPath, const fs::path& newPath, in rename()
37 void FileSystemWrapper::create(const char* path) const in create()
H A Dfile_system_wrapper_impl.hpp25 class FileSystemWrapper : public FileSystemInterface class
H A Dhandler_impl.hpp44 fsPtr(std::make_unique<FileSystemWrapper>()), in Handler()
49 fsPtr(std::make_unique<FileSystemWrapper>()), in Handler()