Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp509 … string localVideoPath = tmpVideoPath.replace(0, RESTORE_CLOUD_DIR.length(), RESTORE_LOCAL_DIR); in MoveAndModifyFile() local
510 … errCode = BackupFileUtils::MoveFile(fileInfo.movingPhotoVideoPath, localVideoPath, sceneCode); in MoveAndModifyFile()
515 BackupFileUtils::GarbleFilePath(localVideoPath, sceneCode).c_str(), errCode, errno); in MoveAndModifyFile()
519 BackupFileUtils::ModifyFile(localVideoPath, fileInfo.dateModified / MSEC_TO_SEC); in MoveAndModifyFile()
H A Dclone_restore.cpp585 std::string localVideoPath = MediaFileUtils::GetMovingPhotoVideoPath(localPath); in MoveMovingPhotoVideo() local
588 opVideoRet = this->MoveFile(srcLocalVideoPath, localVideoPath); in MoveMovingPhotoVideo()
590 opVideoRet = this->CopyFile(srcLocalVideoPath, localVideoPath); in MoveMovingPhotoVideo()
596 BackupFileUtils::ModifyFile(localVideoPath, fileInfo.dateModified / MSEC_TO_SEC); in MoveMovingPhotoVideo()