Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hilog_plugin/src/
Dfile_cache.cpp18 FileCache::FileCache(const std::string& path) : path_(path), fp_(nullptr) in FileCache() function in FileCache
23 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()
Dhilog_plugin.cpp41 FileCache g_fileCache(DEFAULT_LOG_PATH);
/developtools/profiler/device/plugins/hilog_plugin/include/
Dfile_cache.h31 class FileCache {
33 FileCache(const std::string &path);
34 ~FileCache();
Dhilog_plugin.h82 std::unique_ptr<FileCache> fileCache_ = nullptr;
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp983 FileCache file(testPath);