Searched refs:FileCache (Results 1 – 5 of 5) sorted by relevance
18 FileCache::FileCache(const std::string& path) : path_(path), fp_(nullptr) in FileCache() function in FileCache23 FileCache::~FileCache() in ~FileCache()29 bool FileCache::Open(const std::string& file) in Open()40 long FileCache::Write(char* bytes, int32_t len) in Write()57 long FileCache::Read(char* content) in Read()80 bool FileCache::Close() in Close()
41 FileCache g_fileCache(DEFAULT_LOG_PATH);
31 class FileCache {33 FileCache(const std::string &path);34 ~FileCache();
82 std::unique_ptr<FileCache> fileCache_ = nullptr;
983 FileCache file(testPath);