Searched refs:srcLocalVideoPath (Results 1 – 1 of 1) sorted by relevance
580 std::string srcLocalVideoPath = MediaFileUtils::GetMovingPhotoVideoPath(fileInfo.filePath); in MoveMovingPhotoVideo() local581 if (!MediaFileUtils::IsFileExists(srcLocalVideoPath)) { in MoveMovingPhotoVideo()582 … MEDIA_WARN_LOG("video of moving photo does not exist: %{private}s", srcLocalVideoPath.c_str()); in MoveMovingPhotoVideo()588 opVideoRet = this->MoveFile(srcLocalVideoPath, localVideoPath); in MoveMovingPhotoVideo()590 opVideoRet = this->CopyFile(srcLocalVideoPath, localVideoPath); in MoveMovingPhotoVideo()