Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-cwd-and-chdir.c36 err = uv_cwd(buffer_orig, &size1); in TEST_IMPL()
41 err = uv_cwd(buffer_orig, &size1); in TEST_IMPL()
50 err = uv_cwd(buffer_new, &size2); in TEST_IMPL()
H A Dtest-platform-output.c51 err = uv_cwd(buffer, &size); in TEST_IMPL()
53 printf("uv_cwd: %s\n", buffer); in TEST_IMPL()
H A Dtest-fs.c230 uv_cwd(test_file_abs_buf, &test_file_abs_size); in realpath_cb()
2161 uv_cwd(test_file_abs_buf, &test_file_abs_size); in TEST_IMPL()
2164 uv_cwd(test_file_abs_buf, &test_file_abs_size); in TEST_IMPL()
2335 uv_cwd(test_dir_abs_buf + 4, &test_dir_abs_size); in test_symlink_dir_impl()
2341 uv_cwd(test_dir_abs_buf, &test_dir_abs_size); in test_symlink_dir_impl()
/third_party/node/src/
H A Dnode_process_methods.cc88 uv_cwd(buf, &cwd_len); in Chdir()
131 int err = uv_cwd(buf, &cwd_len); in Cwd()
133 return env->ThrowUVException(err, "uv_cwd"); in Cwd()
H A Dnode_report.cc162 if (uv_cwd(buf, &cwd_size) == 0) in WriteNodeReport()
H A Denv.cc580 const int err = uv_cwd(cwd, &size); in GetCwd()
/third_party/libuv/src/win/
H A Dutil.c189 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() function
/third_party/node/deps/uv/src/unix/
H A Dcore.c709 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() function
/third_party/node/deps/uv/src/win/
H A Dutil.c154 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() function
/third_party/libuv/src/unix/
H A Dcore.c765 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() function
/third_party/libuv/include/
H A Duv.h1818 UV_EXTERN int uv_cwd(char* buffer, size_t* size);
/third_party/libuv/include/uv_ndk/
H A Duv.h1682 UV_EXTERN int uv_cwd(char* buffer, size_t* size);
/third_party/node/deps/uv/include/
H A Duv.h1706 UV_EXTERN int uv_cwd(char* buffer, size_t* size);

Completed in 26 milliseconds