Home
last modified time | relevance | path

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

/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()
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()
/libuv/src/win/
H A Dutil.c189 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() function
/libuv/src/unix/
H A Dcore.c741 int uv_cwd(char* buffer, size_t* size) { in uv_cwd() function
/libuv/include/
H A Duv.h1776 UV_EXTERN int uv_cwd(char* buffer, size_t* size);
/libuv/
H A DChangeLog278 * win: fix thread race in uv_cwd() and uv_chdir() (Ben Noordhuis)
1896 * unix: make uv_cwd() report UV_ENOBUFS (Ben Noordhuis)
4401 * unix: change uv_cwd not to return a trailing slash (Saúl Ibarra Corretgé)
4405 * test: add uv_cwd output to platform_output test (Saúl Ibarra Corretgé)
4590 * unix, windows: don't include null byte in uv_cwd size (Saúl Ibarra Corretgé)
4930 * unix, windows: make uv_cwd be consistent with uv_exepath (Saúl Ibarra
/libuv/docs/src/
H A Dmisc.rst502 .. c:function:: int uv_cwd(char* buffer, size_t* size)

Completed in 58 milliseconds