Home
last modified time | relevance | path

Searched refs:fd_from (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp211 android::base::unique_fd fd_from( in Copy() local
216 if (fd_from.get() < 0 || fd_to.get() < 0) { in Copy()
220 off_t farthest_seek = lseek(fd_from.get(), 0, SEEK_END); in Copy()
230 off_t new_offset = lseek(fd_from.get(), offset, SEEK_HOLE); in Copy()
245 if (!SendFile(fd_to.get(), fd_from.get(), &offset, data_bytes)) { in Copy()
253 new_offset = lseek(fd_from.get(), offset, SEEK_DATA); in Copy()