Searched refs:sourceCachePath (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | moving_photo_file_utils.cpp | 406 string sourceCachePath = GetSourceLivePhotoCachePath(movingPhotoImagePath, userId); in ConvertToSourceLivePhoto() local 407 if (MediaFileUtils::IsFileExists(sourceCachePath)) { in ConvertToSourceLivePhoto() 408 sourceLivePhotoPath = sourceCachePath; in ConvertToSourceLivePhoto() 409 MEDIA_INFO_LOG("source live photo exists: %{private}s", sourceCachePath.c_str()); in ConvertToSourceLivePhoto() 424 CHECK_AND_RETURN_RET_LOG(MediaFileUtils::CreateAsset(sourceCachePath) == E_OK, E_HAS_FS_ERROR, in ConvertToSourceLivePhoto() 425 …"Failed to create source live photo:%{private}s, errno:%{public}d", sourceCachePath.c_str(), errno… in ConvertToSourceLivePhoto() 427 CHECK_AND_RETURN_RET_LOG(PathToRealPath(sourceCachePath, absSourceCachePath), in ConvertToSourceLivePhoto() 428 …E_HAS_FS_ERROR, "file is not real path: %{private}s, errno: %{public}d", sourceCachePath.c_str(), … in ConvertToSourceLivePhoto()
|