Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
H A Dprocess.c126 static int uv__utf8_to_utf16_alloc(const char* s, WCHAR** ws_ptr) { in uv__utf8_to_utf16_alloc() function
946 err = uv__utf8_to_utf16_alloc(options->file, &application); in uv_spawn()
965 err = uv__utf8_to_utf16_alloc(options->cwd, &cwd); in uv_spawn()
/third_party/node/deps/uv/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()

Completed in 4 milliseconds