Searched refs:absDestPath (Results 1 – 3 of 3) sorted by relevance
486 string absDestPath; in SendLivePhoto() local487 if (!PathToRealPath(destPath, absDestPath)) { in SendLivePhoto()491 UniqueFd destFd(open(absDestPath.c_str(), O_WRONLY)); in SendLivePhoto()493 …MEDIA_ERR_LOG("Failed to open dest path:%{private}s, errno:%{public}d", absDestPath.c_str(), errno… in SendLivePhoto()
817 string absDestPath; in GetFdFromSandBoxUri() local818 if (!PathToRealPath(destPath, absDestPath)) { in GetFdFromSandBoxUri()822 return MediaFileUtils::OpenFile(absDestPath, MEDIA_FILEMODE_WRITETRUNCATE); in GetFdFromSandBoxUri()
1392 string absDestPath; in GetFdFromSandBoxUri() local1393 if (!PathToRealPath(destPath, absDestPath)) { in GetFdFromSandBoxUri()1397 return MediaFileUtils::OpenFile(absDestPath, MEDIA_FILEMODE_WRITETRUNCATE); in GetFdFromSandBoxUri()