Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp580 std::string srcLocalVideoPath = MediaFileUtils::GetMovingPhotoVideoPath(fileInfo.filePath); in MoveMovingPhotoVideo() local
581 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()