Searched refs:uv_cwd (Results 1 – 12 of 12) sorted by relevance
/third_party/libuv/test/ |
D | test-cwd-and-chdir.c | 36 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()
|
D | test-platform-output.c | 54 err = uv_cwd(buffer, &size); in TEST_IMPL()
|
D | test-fs.c | 231 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/ |
D | node_process_methods.cc | 85 uv_cwd(buf, &cwd_len); in Chdir() 130 int err = uv_cwd(buf, &cwd_len); in Cwd()
|
D | node_report.cc | 253 if (uv_cwd(buf, &cwd_size) == 0) in WriteNodeReport()
|
D | env-inl.h | 710 const int err = uv_cwd(cwd, &size); in GetCwd()
|
/third_party/libuv/src/unix/ |
D | core.c | 693 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() function
|
/third_party/libuv/src/win/ |
D | util.c | 154 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() function
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1682 UV_EXTERN int uv_cwd(char* buffer, size_t* size);
|
/third_party/libuv/include/ |
D | uv.h | 1718 UV_EXTERN int uv_cwd(char* buffer, size_t* size);
|
/third_party/libuv/docs/src/ |
D | misc.rst | 469 .. c:function:: int uv_cwd(char* buffer, size_t* size)
|
/third_party/libuv/ |
D | ChangeLog | 1216 * 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
|