Searched refs:w_realpath_ptr (Results 1 – 1 of 1) sorted by relevance
2622 WCHAR* w_realpath_ptr = NULL; in fs__realpath_handle() local2635 w_realpath_ptr = w_realpath_buf; in fs__realpath_handle()2638 handle, w_realpath_ptr, w_realpath_len, VOLUME_NAME_DOS) == 0) { in fs__realpath_handle()2645 if (wcsncmp(w_realpath_ptr, in fs__realpath_handle()2648 w_realpath_ptr += 6; in fs__realpath_handle()2649 *w_realpath_ptr = L'\\'; in fs__realpath_handle()2651 } else if (wcsncmp(w_realpath_ptr, in fs__realpath_handle()2654 w_realpath_ptr += 4; in fs__realpath_handle()2662 r = fs__wide_to_utf8(w_realpath_ptr, w_realpath_len, realpath_ptr, NULL); in fs__realpath_handle()