Home
last modified time | relevance | path

Searched refs:absSourceCachePath (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.cpp426 string absSourceCachePath; in ConvertToSourceLivePhoto() local
427 CHECK_AND_RETURN_RET_LOG(PathToRealPath(sourceCachePath, absSourceCachePath), in ConvertToSourceLivePhoto()
429 UniqueFd livePhotoFd(open(absSourceCachePath.c_str(), O_WRONLY | O_TRUNC)); in ConvertToSourceLivePhoto()
431 …"Failed to open source live photo:%{private}s, errno:%{public}d", absSourceCachePath.c_str(), errn… in ConvertToSourceLivePhoto()
437 sourceLivePhotoPath = absSourceCachePath; in ConvertToSourceLivePhoto()