Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp286 bool SendFile(int out_fd, int in_fd, off64_t* offset, size_t count) { in SendFile() function
345 if (!SendFile(fd_to.get(), fd_from.get(), &offset, data_bytes)) { in Copy()