Home
last modified time | relevance | path

Searched refs:uv_cwd (Results 1 – 12 of 12) sorted by relevance

/third_party/libuv/test/
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()
Dtest-platform-output.c54 err = uv_cwd(buffer, &size); in TEST_IMPL()
Dtest-fs.c231 uv_cwd(test_file_abs_buf, &test_file_abs_size); in realpath_cb()
1933 uv_cwd(test_file_abs_buf, &test_file_abs_size); in TEST_IMPL()
1936 uv_cwd(test_file_abs_buf, &test_file_abs_size); in TEST_IMPL()
2125 uv_cwd(test_dir_abs_buf + 4, &test_dir_abs_size); in test_symlink_dir_impl()
2131 uv_cwd(test_dir_abs_buf, &test_dir_abs_size); in test_symlink_dir_impl()
/third_party/node/src/
Dnode_process_methods.cc85 uv_cwd(buf, &cwd_len); in Chdir()
130 int err = uv_cwd(buf, &cwd_len); in Cwd()
Dnode_report.cc253 if (uv_cwd(buf, &cwd_size) == 0) in WriteNodeReport()
Denv-inl.h710 const int err = uv_cwd(cwd, &size); in GetCwd()
/third_party/libuv/src/unix/
Dcore.c693 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() function
/third_party/libuv/src/win/
Dutil.c154 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() function
/third_party/libuv/include/uv_ndk/
Duv.h1682 UV_EXTERN int uv_cwd(char* buffer, size_t* size);
/third_party/libuv/include/
Duv.h1718 UV_EXTERN int uv_cwd(char* buffer, size_t* size);
/third_party/libuv/docs/src/
Dmisc.rst469 .. c:function:: int uv_cwd(char* buffer, size_t* size)
/third_party/libuv/
DChangeLog1216 * unix: make uv_cwd() report UV_ENOBUFS (Ben Noordhuis)
3721 * unix: change uv_cwd not to return a trailing slash (Saúl Ibarra Corretgé)
3725 * test: add uv_cwd output to platform_output test (Saúl Ibarra Corretgé)
3910 * unix, windows: don't include null byte in uv_cwd size (Saúl Ibarra Corretgé)
4250 * unix, windows: make uv_cwd be consistent with uv_exepath (Saúl Ibarra