OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:w_realpath_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
fs.c
2955
WCHAR*
w_realpath_ptr
= NULL;
local
2968
w_realpath_ptr
= w_realpath_buf;
2971
handle,
w_realpath_ptr
, w_realpath_len, VOLUME_NAME_DOS) == 0) {
2978
if (wcsncmp(
w_realpath_ptr
,
2981
w_realpath_ptr
+= 6;
2982
*
w_realpath_ptr
= L'\\';
2984
} else if (wcsncmp(
w_realpath_ptr
,
2987
w_realpath_ptr
+= 4;
2996
r = uv_utf16_to_wtf8(
w_realpath_ptr
, w_realpath_len, realpath_ptr, NULL);
fs.c
2955
WCHAR*
w_realpath_ptr
= NULL;
local
2968
w_realpath_ptr
= w_realpath_buf;
2971
handle,
w_realpath_ptr
, w_realpath_len, VOLUME_NAME_DOS) == 0) {
2978
if (wcsncmp(
w_realpath_ptr
,
2981
w_realpath_ptr
+= 6;
2982
*
w_realpath_ptr
= L'\\';
2984
} else if (wcsncmp(
w_realpath_ptr
,
2987
w_realpath_ptr
+= 4;
2996
r = uv_utf16_to_wtf8(
w_realpath_ptr
, w_realpath_len, realpath_ptr, NULL);
Completed in 58 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026