Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dxwrap.c809 long long sendfile_len(int in, int out, long long bytes, long long *consumed) in sendfile_len() function
833 long long len = sendfile_len(in, out, bytes, 0); in xsendfile_len()
Dlib.h249 long long sendfile_len(int in, int out, long long len, long long *consumed);
/third_party/toybox/porting/liteos_a/lib/
Dlib.h243 long long sendfile_len(int in, int out, long long len, long long *consumed);
/third_party/toybox/toys/posix/
Dtar.c451 len -= sendfile_len(TT.fd, fd, len, &sent); in sendfile_sparse()