Searched refs:absSourceCachePath (Results 1 – 1 of 1) sorted by relevance
426 string absSourceCachePath; in ConvertToSourceLivePhoto() local427 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()