Searched refs:w_realpath_ptr (Results 1 – 1 of 1) sorted by relevance
2751 WCHAR* w_realpath_ptr = NULL; in fs__realpath_handle() local2764 w_realpath_ptr = w_realpath_buf; in fs__realpath_handle()2767 handle, w_realpath_ptr, w_realpath_len, VOLUME_NAME_DOS) == 0) { in fs__realpath_handle()2774 if (wcsncmp(w_realpath_ptr, in fs__realpath_handle()2777 w_realpath_ptr += 6; in fs__realpath_handle()2778 *w_realpath_ptr = L'\\'; in fs__realpath_handle()2780 } else if (wcsncmp(w_realpath_ptr, in fs__realpath_handle()2783 w_realpath_ptr += 4; in fs__realpath_handle()2792 r = uv_utf16_to_wtf8(w_realpath_ptr, w_realpath_len, realpath_ptr, NULL); in fs__realpath_handle()
Completed in 16 milliseconds