HomeSort by: relevance | last modified time | path
    Searched refs:UV_FILE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
handle.c 31 uv_handle_type uv_guess_handle(uv_file file) {
46 return UV_FILE;
53 return UV_FILE;
fs.c 2207 case UV_FILE:
3241 int uv_fs_close(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) {
3250 uv_file fd,
3283 uv_file fd,
3535 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid,
3585 int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) {
3607 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) {
3614 int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) {
3621 int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file fd,
3658 int uv_fs_sendfile(uv_loop_t* loop, uv_fs_t* req, uv_file fd_out
    [all...]
  /src/external/mit/libuv/dist/src/
uv-data-getter-setters.c 29 case UV_FILE: return "file";
  /src/external/mit/libuv/dist/src/unix/
tty.c 151 if (type == UV_FILE || type == UV_UNKNOWN_HANDLE)
394 uv_handle_type uv_guess_handle(uv_file file) {
426 return UV_FILE;
429 return UV_FILE; /* XXX UV_NAMED_PIPE? */
  /src/external/mit/libuv/dist/test/
test-getters-setters.c 39 ASSERT_OK(strcmp(uv_handle_type_name(UV_FILE), "file"));
  /src/external/mit/libuv/dist/include/
uv.h 205 UV_FILE,
515 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
833 UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable);
850 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file);
870 UV_EXTERN int uv_pipe_open(uv_pipe_t*, uv_file file);
1465 uv_file file,
1475 uv_file file,
1486 uv_file file,
1557 uv_file file,
1566 uv_file file
    [all...]

Completed in 20 milliseconds