Searched refs:in_fd (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A DPortability.h47 static inline ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count) { argument
49 int result = sendfile(in_fd, out_fd, *offset, &in_out_count, NULL, 0);

Completed in 60 milliseconds