Searched refs:movingPhotoExtraDataPath (Results 1 – 1 of 1) sorted by relevance
425 string movingPhotoExtraDataPath = MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(path); in MoveMovingPhoto() local427 …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()