/third_party/libuv/test/ |
H A D | test-process-title.c | 31 err = uv_get_process_title(buffer, sizeof(buffer)); in set_title() 37 err = uv_get_process_title(buffer, sizeof(buffer)); in set_title() 49 r = uv_get_process_title(NULL, 100); in uv_get_process_title_edge_cases() 53 r = uv_get_process_title(buffer, 0); in uv_get_process_title_edge_cases() 57 r = uv_get_process_title(buffer, 1); in uv_get_process_title_edge_cases() 72 /* Check uv_get_process_title() edge cases */ in TEST_IMPL() 133 uv_get_process_title(buf, sizeof(buf)); in process_title_big_argv()
|
H A D | test-process-title-threadsafe.c | 49 ASSERT_OK(uv_get_process_title(buffer, sizeof(buffer))); in getter_thread_body()
|
H A D | test-platform-output.c | 46 err = uv_get_process_title(buffer, sizeof(buffer)); in TEST_IMPL() 48 printf("uv_get_process_title: %s\n", buffer); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
H A D | no-proctitle.c | 39 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | bsd-proctitle.c | 72 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | os390-proctitle.c | 105 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | proctitle.c | 127 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | ibmi.c | 533 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | aix.c | 976 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | no-proctitle.c | 39 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | bsd-proctitle.c | 72 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | os390-proctitle.c | 105 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | proctitle.c | 127 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | ibmi.c | 528 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
H A D | aix.c | 960 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
/third_party/node/src/ |
H A D | util.cc | 156 const int rc = uv_get_process_title(buf.data(), buf.size()); in GetProcessTitle() 161 // If uv_setup_args() was not called, `uv_get_process_title()` will always in GetProcessTitle() 171 // uv_get_process_title() always zero-terminates the result. in GetProcessTitle()
|
/third_party/libuv/src/win/ |
H A D | util.c | 396 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
/third_party/node/deps/uv/src/win/ |
H A D | util.c | 457 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1278 UV_EXTERN int uv_get_process_title(char* buffer, size_t size);
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1166 UV_EXTERN int uv_get_process_title(char* buffer, size_t size);
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1180 UV_EXTERN int uv_get_process_title(char* buffer, size_t size);
|