Home
last modified time | relevance | path

Searched refs:tempImagePath (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.cpp613 string tempImagePath = isSameImagePath ? movingPhotoImagePath + ".temp" : movingPhotoImagePath; in ConvertToMovingPhoto() local
614 …CHECK_AND_RETURN_RET_LOG((err = SendLivePhoto(livePhotoFd, tempImagePath, imageSize, offset)) == E… in ConvertToMovingPhoto()
623 err = rename(tempImagePath.c_str(), movingPhotoImagePath.c_str()); in ConvertToMovingPhoto()