Home
last modified time | relevance | path

Searched refs:movingPhotoExtraDataPath (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.cpp425 string movingPhotoExtraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(path); in MoveMovingPhoto() local
427 …CHECK_AND_RETURN_RET_LOG(!movingPhotoExtraDataPath.empty(), E_INVALID_VALUES, "Failed to get extra… in MoveMovingPhoto()
431 …!MediaFileUtils::IsFileExists(movingPhotoExtraDataPath), E_INVALID_VALUES, "extraData path exists"… in MoveMovingPhoto()
435 int32_t ret = rename(compatExtraDataPath.c_str(), movingPhotoExtraDataPath.c_str()); in MoveMovingPhoto()
438 compatExtraDataPath.c_str(), movingPhotoExtraDataPath.c_str(), errno); in MoveMovingPhoto()