Home
last modified time | relevance | path

Searched refs:uv_exepath (Results 1 – 25 of 25) sorted by relevance

/libuv/test/
H A Dtest-get-currentexe.c49 r = uv_exepath(buffer, &size); in TEST_IMPL()
67 r = uv_exepath(NULL, &size); in TEST_IMPL()
70 r = uv_exepath(buffer, NULL); in TEST_IMPL()
74 r = uv_exepath(buffer, &size); in TEST_IMPL()
80 r = uv_exepath(buffer, &size); in TEST_IMPL()
88 r = uv_exepath(buffer, &size); in TEST_IMPL()
98 r = uv_exepath(buffer, &size); in TEST_IMPL()
H A Dtest-process-title.c100 ASSERT_OK(uv_exepath(exepath, &exepath_size)); in TEST_IMPL()
H A Dbenchmark-spawn.c143 r = uv_exepath(exepath, &exepath_size); in BENCHMARK_IMPL()
H A Dtest-stdio-over-pipes.c64 int r = uv_exepath(exepath, &exepath_size); in init_process_options()
H A Dtest-ref.c412 r = uv_exepath(exepath, &exepath_size); in TEST_IMPL()
H A Dtest-ipc.c295 r = uv_exepath(exepath, &exepath_size); in spawn_helper()
H A Dtest-spawn.c161 int r = uv_exepath(exepath, &exepath_size); in init_process_options()
2088 ASSERT_OK(uv_exepath(exepath, &exepath_size)); in TEST_IMPL()
/libuv/src/unix/
H A Dprocfs-exepath.c28 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
H A Daix-common.c60 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
H A Dhurd.c39 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
H A Dqnx.c58 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
H A Dhaiku.c36 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
H A Ddarwin.c66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
H A Dfreebsd.c59 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
H A Dopenbsd.c61 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
H A Dnetbsd.c66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
H A Dsunos.c383 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
H A Dos390.c155 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
/libuv/docs/code/proc-streams/
H A Dmain.c21 uv_exepath(path, &size); in main()
/libuv/docs/code/cgi/
H A Dmain.c20 uv_exepath(path, &size); in invoke_cgi_script()
/libuv/docs/code/multi-echo-server/
H A Dmain.c53 uv_exepath(worker_path, &path_size); in setup_workers()
/libuv/
H A DChangeLog274 * win: fix off-by-1 buffer overrun in uv_exepath() (Ben Noordhuis)
1220 * aix: protect uv_exepath() from uv_set_process_title() (Richard Lau)
2806 * netbsd: correct uv_exepath() on NetBSD (Kamil Rytarowski)
3967 * dragonflybsd: fix uv_exepath (Michael Neumann)
4033 * aix: fix uv_exepath with relative paths (Richard Lau)
4283 * freebsd: make uv_exepath more resilient (Saúl Ibarra Corretgé)
4317 * unix: make uv_exepath(size=0) return UV_EINVAL (Ben Noordhuis)
4319 * darwin: fix uv_exepath(smallbuf) UV_EPERM error (Ben Noordhuis)
4321 * openbsd: fix uv_exepath(smallbuf) UV_EINVAL error (Ben Noordhuis)
4323 * linux: fix uv_exepath(size=1) UV_EINVAL error (Ben Noordhuis)
[all …]
/libuv/src/win/
H A Dutil.c97 int uv_exepath(char* buffer, size_t* size_ptr) { in uv_exepath() function
/libuv/include/
H A Duv.h1800 UV_EXTERN int uv_exepath(char* buffer, size_t* size);
/libuv/docs/src/
H A Dmisc.rst509 .. c:function:: int uv_exepath(char* buffer, size_t* size)

Completed in 75 milliseconds