OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pathw
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
fs-event.c
163
WCHAR* dir = NULL, *dir_to_watch, *
pathw
= NULL;
local
180
last_error = uv__convert_utf8_to_utf16(path, &
pathw
);
185
attr = GetFileAttributesW(
pathw
);
197
size = GetLongPathNameW(
pathw
, NULL, 0);
205
size = GetLongPathNameW(
pathw
, long_path, size);
214
uv__free(
pathw
);
215
pathw
= long_path;
219
dir_to_watch =
pathw
;
228
short_path_buffer_len = GetShortPathNameW(
pathw
, NULL, 0);
236
if (GetShortPathNameW(
pathw
,
[
all
...]
fs.c
355
req->file.
pathw
= NULL;
370
req->file.
pathw
= pos;
373
req->file.
pathw
= NULL;
581
file = CreateFileW(req->file.
pathw
,
1100
const WCHAR*
pathw
= req->file.
pathw
;
local
1109
handle = CreateFileW(
pathw
,
1233
if (CreateDirectoryW(req->file.
pathw
, NULL)) {
1258
len = wcslen(req->file.
pathw
);
1259
ep = req->file.
pathw
+ len
1570
WCHAR*
pathw
;
local
2879
WCHAR*
pathw
;
local
3050
WCHAR*
pathw
;
local
[
all
...]
Completed in 28 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026