/third_party/libuv/test/ |
H A D | test-get-currentexe.c | 49 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 D | test-process-title.c | 100 ASSERT_OK(uv_exepath(exepath, &exepath_size)); in TEST_IMPL()
|
H A D | benchmark-spawn.c | 143 r = uv_exepath(exepath, &exepath_size); in BENCHMARK_IMPL()
|
H A D | test-stdio-over-pipes.c | 64 int r = uv_exepath(exepath, &exepath_size); in init_process_options()
|
/third_party/libuv/src/unix/ |
H A D | procfs-exepath.c | 28 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | aix-common.c | 60 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | hurd.c | 39 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | haiku.c | 36 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | qnx.c | 58 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | darwin.c | 72 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | freebsd.c | 59 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | netbsd.c | 66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | openbsd.c | 61 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | procfs-exepath.c | 28 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | aix-common.c | 60 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | hurd.c | 39 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | haiku.c | 36 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | qnx.c | 58 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | freebsd.c | 59 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | netbsd.c | 66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
H A D | openbsd.c | 61 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() function
|
/third_party/libuv/docs/code/proc-streams/ |
H A D | main.c | 21 uv_exepath(path, &size); in main()
|
/third_party/libuv/docs/code/cgi/ |
H A D | main.c | 20 uv_exepath(path, &size); in invoke_cgi_script()
|
/third_party/libuv/docs/code/multi-echo-server/ |
H A D | main.c | 53 uv_exepath(worker_path, &path_size); in setup_workers()
|
/third_party/node/src/large_pages/ |
H A D | node_large_page.cc | 77 #include "uv.h" // uv_exepath 194 if (uv_exepath(selfexe, &count)) in FindNodeTextRegion()
|