Searched refs:tempImagePath (Results 1 – 1 of 1) sorted by relevance
613 string tempImagePath = isSameImagePath ? movingPhotoImagePath + ".temp" : movingPhotoImagePath; in ConvertToMovingPhoto() local614 …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()