Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dprocess.c108 static int uv__utf8_to_utf16_alloc(const char* s, WCHAR** ws_ptr) { in uv__utf8_to_utf16_alloc() function
972 err = uv__utf8_to_utf16_alloc(options->file, &application); in uv_spawn()
991 err = uv__utf8_to_utf16_alloc(options->cwd, &cwd); in uv_spawn()