Searched refs:ConstructCacheFilePath (Results 1 – 4 of 4) sorted by relevance
82 return ConstructCacheFilePath(std::to_string(std::hash<std::string> {}(url))); in GetImageCacheFilePath()85 std::string ImageFileCache::ConstructCacheFilePath(const std::string& fileName) in ConstructCacheFilePath() function in OHOS::Ace::ImageFileCache105 std::string writeFilePath = ConstructCacheFilePath(fileCacheKey + suffix); in WriteFile()196 removeVector.push_back(ConstructCacheFilePath(iter->fileName)); in SaveCacheInner()214 auto removeFile = ConstructCacheFilePath(infoIter->fileName); in EraseCacheFile()234 auto writeFilePath = ConstructCacheFilePath(fileCacheKey + suffix); in WriteCacheFile()292 auto astcFilePath = ConstructCacheFilePath(astcFileName); in ConvertToAstcAndWriteToFile()350 auto filePath = ConstructCacheFilePath(infoIter->fileName); in GetCacheFilePathInner()414 auto filePath = ConstructCacheFilePath(item.fileName); in DumpCacheInfo()
65 std::string ConstructCacheFilePath(const std::string& fileName);
122 ASSERT_EQ(filePath, ImageFileCache::GetInstance().ConstructCacheFilePath(fileCacheKey));170 ASSERT_EQ(filePath, ImageFileCache::GetInstance().ConstructCacheFilePath(fileCacheKey));259 ASSERT_EQ(filePath, ImageFileCache::GetInstance().ConstructCacheFilePath(fileCacheKey));
307 auto path = ImageFileCache::GetInstance().ConstructCacheFilePath(filename); in SavePixelMapToFile()