Home
last modified time | relevance | path

Searched refs:uv__get_process_title (Results 1 – 1 of 1) sorted by relevance

/third_party/libuv/src/win/
Dutil.c443 static int uv__get_process_title(void) { in uv__get_process_title() function
470 if (!process_title && uv__get_process_title() == -1) { in uv_get_process_title()