HomeSort by: relevance | last modified time | path
    Searched defs:uv__fs_try_copy_file_range (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
fs.c 980 static ssize_t uv__fs_try_copy_file_range(int in_fd, off_t* off, function
1048 r = uv__fs_try_copy_file_range(in_fd, &off, out_fd, len);
fs.c 980 static ssize_t uv__fs_try_copy_file_range(int in_fd, off_t* off, function
1048 r = uv__fs_try_copy_file_range(in_fd, &off, out_fd, len);

Completed in 134 milliseconds