Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp612 bool isSameImagePath = livePhotoPath.compare(movingPhotoImagePath) == 0; in ConvertToMovingPhoto() local
613 string tempImagePath = isSameImagePath ? movingPhotoImagePath + ".temp" : movingPhotoImagePath; in ConvertToMovingPhoto()
622 if (isSameImagePath) { in ConvertToMovingPhoto()