| /src/external/mit/libuv/dist/test/ |
| test-get-currentexe.c | 49 r = uv_exepath(buffer, &size); 59 /* Verify that the path returned from uv_exepath is a subdirectory of 67 r = uv_exepath(NULL, &size); 70 r = uv_exepath(buffer, NULL); 74 r = uv_exepath(buffer, &size); 80 r = uv_exepath(buffer, &size); 88 r = uv_exepath(buffer, &size); 94 /* Verify uv_exepath is not affected by uv_set_process_title(). */ 98 r = uv_exepath(buffer, &size); 102 /* Verify that the path returned from uv_exepath is a subdirectory o [all...] |
| test-process-title.c | 100 ASSERT_OK(uv_exepath(exepath, &exepath_size));
|
| benchmark-spawn.c | 143 r = uv_exepath(exepath, &exepath_size);
|
| test-stdio-over-pipes.c | 64 int r = uv_exepath(exepath, &exepath_size);
|
| test-ref.c | 412 r = uv_exepath(exepath, &exepath_size);
|
| test-spawn.c | 161 int r = uv_exepath(exepath, &exepath_size); 2086 ASSERT_OK(uv_exepath(exepath, &exepath_size));
|
| test-ipc.c | 295 r = uv_exepath(exepath, &exepath_size);
|
| /src/external/mit/libuv/dist/src/unix/ |
| procfs-exepath.c | 28 int uv_exepath(char* buffer, size_t* size) { function
|
| aix-common.c | 60 int uv_exepath(char* buffer, size_t* size) { function
|
| haiku.c | 36 int uv_exepath(char* buffer, size_t* size) { function
|
| hurd.c | 39 int uv_exepath(char* buffer, size_t* size) { function
|
| qnx.c | 58 int uv_exepath(char* buffer, size_t* size) { function
|
| darwin.c | 66 int uv_exepath(char* buffer, size_t* size) { function
|
| freebsd.c | 64 int uv_exepath(char* buffer, size_t* size) { function
|
| netbsd.c | 66 int uv_exepath(char* buffer, size_t* size) { function
|
| openbsd.c | 61 int uv_exepath(char* buffer, size_t* size) { function
|
| sunos.c | 383 int uv_exepath(char* buffer, size_t* size) { function
|
| os390.c | 155 int uv_exepath(char* buffer, size_t* size) { function
|
| /src/external/mit/libuv/dist/docs/code/proc-streams/ |
| main.c | 21 uv_exepath(path, &size);
|
| /src/external/mit/libuv/dist/docs/code/cgi/ |
| main.c | 20 uv_exepath(path, &size);
|
| /src/external/mit/libuv/dist/docs/code/multi-echo-server/ |
| main.c | 53 uv_exepath(worker_path, &path_size);
|
| /src/external/mit/libuv/dist/src/win/ |
| util.c | 97 int uv_exepath(char* buffer, size_t* size_ptr) { function
|
| /src/external/mit/libuv/dist/include/ |
| uv.h | 1818 UV_EXTERN int uv_exepath(char* buffer, size_t* size);
|