Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.h56 std::string GetCacheFilePath(const std::string& url);
H A Dimage_file_cache.cpp334 std::string ImageFileCache::GetCacheFilePath(const std::string& url) in GetCacheFilePath() function in OHOS::Ace::ImageFileCache
H A Dimage_loader.cpp171 cacheFilePath = ImageFileCache::GetInstance().GetCacheFilePath(uri); in LoadDataFromCachedFile()