Home
last modified time | relevance | path

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

12

/third_party/libuv/test/
Dtest-get-currentexe.c46 r = uv_exepath(buffer, &size); in TEST_IMPL()
64 r = uv_exepath(NULL, &size); in TEST_IMPL()
67 r = uv_exepath(buffer, NULL); in TEST_IMPL()
71 r = uv_exepath(buffer, &size); in TEST_IMPL()
77 r = uv_exepath(buffer, &size); in TEST_IMPL()
85 r = uv_exepath(buffer, &size); in TEST_IMPL()
95 r = uv_exepath(buffer, &size); in TEST_IMPL()
Dtest-process-title.c100 ASSERT(0 == uv_exepath(exepath, &exepath_size)); in TEST_IMPL()
Dbenchmark-spawn.c143 r = uv_exepath(exepath, &exepath_size); in BENCHMARK_IMPL()
Dtest-stdio-over-pipes.c64 int r = uv_exepath(exepath, &exepath_size); in init_process_options()
/third_party/libuv/src/unix/
Dprocfs-exepath.c28 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Daix-common.c60 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dhurd.c39 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dqnx.c58 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dhaiku.c36 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dfreebsd.c59 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dnetbsd.c66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dopenbsd.c61 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Ddarwin.c75 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
/third_party/node/deps/uv/src/unix/
Dprocfs-exepath.c28 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Daix-common.c60 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dhurd.c39 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dqnx.c58 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dhaiku.c36 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dopenbsd.c61 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dfreebsd.c59 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Dnetbsd.c66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
Ddarwin.c75 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
/third_party/libuv/docs/code/proc-streams/
Dmain.c21 uv_exepath(path, &size); in main()
/third_party/libuv/docs/code/cgi/
Dmain.c20 uv_exepath(path, &size); in invoke_cgi_script()
/third_party/libuv/docs/code/multi-echo-server/
Dmain.c53 uv_exepath(worker_path, &path_size); in setup_workers()

12