Home
last modified time | relevance | path

Searched refs:temp_buffer (Results 1 – 1 of 1) sorted by path

/libuv/src/win/
H A Dprocess.c524 WCHAR* temp_buffer = NULL; in make_program_args() local
559 temp_buffer = uv__malloc(temp_buffer_len * sizeof(WCHAR)); in make_program_args()
560 if (temp_buffer == NULL) { in make_program_args()
573 uv_wtf8_to_utf16(*arg, temp_buffer, arg_len); in make_program_args()
577 wcscpy(pos, temp_buffer); in make_program_args()
581 pos = quote_cmd_arg(temp_buffer, pos); in make_program_args()
588 uv__free(temp_buffer); in make_program_args()
595 uv__free(temp_buffer); in make_program_args()

Completed in 12 milliseconds