Searched refs:absVideoPath (Results 1 – 1 of 1) sorted by relevance
363 string absVideoPath; in ConvertToLivePhoto() local364 CHECK_AND_RETURN_RET_LOG(PathToRealPath(videoPath, absVideoPath), in ConvertToLivePhoto()366 UniqueFd videoFd(open(absVideoPath.c_str(), O_RDONLY)); in ConvertToLivePhoto()664 string absVideoPath; in GetCoverPosition() local665 if (!PathToRealPath(videoPath, absVideoPath)) { in GetCoverPosition()670 UniqueFd uniqueFd(open(absVideoPath.c_str(), O_RDONLY)); in GetCoverPosition()672 MEDIA_ERR_LOG("Failed to open %{private}s, errno: %{public}d", absVideoPath.c_str(), errno); in GetCoverPosition()