Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-uname.c41 r = uv_os_uname(NULL); in TEST_IMPL()
45 r = uv_os_uname(&buffer); in TEST_IMPL()
H A Dtest-tcp-connect-timeout.c108 ASSERT_OK(uv_os_uname(&uname)); in is_supported_system()
H A Dtest-platform-output.c192 err = uv_os_uname(&uname); in TEST_IMPL()
194 printf("uv_os_uname:\n"); in TEST_IMPL()
/third_party/node/src/
H A Dnode_os.cc80 int err = uv_os_uname(&info); in GetOSInformation()
84 env->CollectUVExceptionInfo(args[args.Length() - 1], err, "uv_os_uname"); in GetOSInformation()
H A Dnode_report.cc294 if (uv_os_uname(&os_info) == 0) { in PrintVersionInformation()
/third_party/libuv/src/win/
H A Dutil.c1512 int uv_os_uname(uv_utsname_t* buffer) { in uv_os_uname() function
/third_party/node/deps/uv/src/unix/
H A Dcore.c1448 int uv_os_uname(uv_utsname_t* buffer) { in uv_os_uname() function
/third_party/node/deps/uv/src/win/
H A Dutil.c1718 int uv_os_uname(uv_utsname_t* buffer) { in uv_os_uname() function
/third_party/libuv/src/unix/
H A Dcore.c1710 int uv_os_uname(uv_utsname_t* buffer) { in uv_os_uname() function
/third_party/libuv/include/
H A Duv.h1381 UV_EXTERN int uv_os_uname(uv_utsname_t* buffer);
/third_party/libuv/include/uv_ndk/
H A Duv.h1263 UV_EXTERN int uv_os_uname(uv_utsname_t* buffer);
/third_party/node/deps/uv/include/
H A Duv.h1278 UV_EXTERN int uv_os_uname(uv_utsname_t* buffer);

Completed in 20 milliseconds