Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmoving_photo_processor.cpp422 const string &compatImagePath, const string &compatVideoPath, const string &compatExtraDataPath) in MoveMovingPhoto() argument
447 ret = rename(compatImagePath.c_str(), path.c_str()); in MoveMovingPhoto()
450 compatImagePath.c_str(), path.c_str(), errno); in MoveMovingPhoto()
465 string compatImagePath; in ProcessLocalLivePhoto() local
468 addCompatPathSuffix(livePhotoPath, ".jpg", compatImagePath); in ProcessLocalLivePhoto()
472 livePhotoPath, compatImagePath, compatVideoPath, compatExtraDataPath); in ProcessLocalLivePhoto()
475 (void)MediaFileUtils::DeleteFile(compatImagePath); in ProcessLocalLivePhoto()
495 ret = MoveMovingPhoto(livePhotoPath, compatImagePath, compatVideoPath, compatExtraDataPath); in ProcessLocalLivePhoto()