Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp259 std::ofstream saveFile(recordsPath_);
559 recordsPath_ = ImageFileCache::GetInstance().GetImageCacheFilePath("record") + ".txt";
560 std::ifstream openFile(recordsPath_);
H A Dimage_compressor.h110 std::string recordsPath_; variable