Home
last modified time | relevance | path

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

12

/third_party/libuv/test/
H A Dtest-get-currentexe.c49 r = uv_exepath(buffer, &size); in TEST_IMPL()
59 /* Verify that the path returned from uv_exepath is a subdirectory of 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()
94 /* Verify uv_exepath is not affected by uv_set_process_title(). */ in TEST_IMPL()
98 r = uv_exepath(buffer, &size); in TEST_IMPL()
102 /* Verify that the path returned from uv_exepath i in TEST_IMPL()
[all...]
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()
/third_party/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 Dhaiku.c36 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 Ddarwin.c72 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 Dnetbsd.c66 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
/third_party/node/deps/uv/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 Dhaiku.c36 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 Dfreebsd.c59 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 Dopenbsd.c61 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
/third_party/libuv/docs/code/proc-streams/
H A Dmain.c21 uv_exepath(path, &size); in main()
/third_party/libuv/docs/code/cgi/
H A Dmain.c20 uv_exepath(path, &size); in invoke_cgi_script()
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c53 uv_exepath(worker_path, &path_size); in setup_workers()
/third_party/node/src/large_pages/
H A Dnode_large_page.cc77 #include "uv.h" // uv_exepath
194 if (uv_exepath(selfexe, &count)) in FindNodeTextRegion()

Completed in 8 milliseconds

12