Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp292 auto astcFilePath = ConstructCacheFilePath(astcFileName); in ConvertToAstcAndWriteToFile() local
293 imagePacker->StartPacking(astcFilePath, option); in ConvertToAstcAndWriteToFile()
301 if (chmod(astcFilePath.c_str(), CHOWN_RW_UG) != 0) { in ConvertToAstcAndWriteToFile()
303 url.c_str(), astcFilePath.c_str()); in ConvertToAstcAndWriteToFile()
319 …g::ACE_IMAGE, "write image astc cache: %{public}s %{private}s", url.c_str(), astcFilePath.c_str()); in ConvertToAstcAndWriteToFile()