Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dfs.c2940 WCHAR* w_realpath_ptr = NULL; in fs__realpath_handle() local
2953 w_realpath_ptr = w_realpath_buf; in fs__realpath_handle()
2956 handle, w_realpath_ptr, w_realpath_len, VOLUME_NAME_DOS) == 0) { in fs__realpath_handle()
2963 if (wcsncmp(w_realpath_ptr, in fs__realpath_handle()
2966 w_realpath_ptr += 6; in fs__realpath_handle()
2967 *w_realpath_ptr = L'\\'; in fs__realpath_handle()
2969 } else if (wcsncmp(w_realpath_ptr, in fs__realpath_handle()
2972 w_realpath_ptr += 4; in fs__realpath_handle()
2981 r = uv_utf16_to_wtf8(w_realpath_ptr, w_realpath_len, realpath_ptr, NULL); in fs__realpath_handle()

Completed in 10 milliseconds