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