Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp375 string absCachePath; in ConvertToLivePhoto() local
376 CHECK_AND_RETURN_RET_LOG(PathToRealPath(cachePath, absCachePath), in ConvertToLivePhoto()
378 UniqueFd livePhotoFd(open(absCachePath.c_str(), O_WRONLY | O_TRUNC)); in ConvertToLivePhoto()
385 if (!MediaFileUtils::DeleteFile(absCachePath)) { in ConvertToLivePhoto()
390 livePhotoPath = absCachePath; in ConvertToLivePhoto()