Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
H A Dhandle.c46 return UV_FILE; in uv_guess_handle()
53 return UV_FILE; in uv_guess_handle()
H A Dfs.c1875 case UV_FILE: in fs__fstat_handle()
/third_party/node/deps/uv/src/win/
H A Dhandle.c46 return UV_FILE; in uv_guess_handle()
53 return UV_FILE; in uv_guess_handle()
/third_party/libuv/src/unix/
H A Dtty.c151 if (type == UV_FILE || type == UV_UNKNOWN_HANDLE) in uv_tty_init()
388 return UV_FILE; in uv_guess_handle()
391 return UV_FILE; /* XXX UV_NAMED_PIPE? */ in uv_guess_handle()
/third_party/node/deps/uv/src/unix/
H A Dtty.c151 if (type == UV_FILE || type == UV_UNKNOWN_HANDLE) in uv_tty_init()
383 return UV_FILE; in uv_guess_handle()
386 return UV_FILE; /* XXX UV_NAMED_PIPE? */ in uv_guess_handle()
/third_party/libuv/src/
H A Duv-data-getter-setters.c29 case UV_FILE: return "file"; in uv_handle_type_name()
/third_party/node/deps/uv/src/
H A Duv-data-getter-setters.c29 case UV_FILE: return "file"; in uv_handle_type_name()
/third_party/libuv/test/
H A Dtest-getters-setters.c39 ASSERT_OK(strcmp(uv_handle_type_name(UV_FILE), "file")); in TEST_IMPL()
/third_party/node/deps/uvwasi/src/
H A Duv_mapping.c261 as UV_TTY in "ConsoleMode" or UV_FILE otherwise. in uvwasi__get_filetype_by_fd()
264 if (guess == UV_TTY || guess == UV_FILE) { in uvwasi__get_filetype_by_fd()
/third_party/node/src/
H A Dnode_util.cc323 case UV_FILE: in GuessHandleType()
/third_party/libuv/include/
H A Duv.h214 UV_FILE, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h198 UV_FILE, enumerator
/third_party/node/deps/uv/include/
H A Duv.h198 UV_FILE, enumerator

Completed in 24 milliseconds