OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pathw
(Results
1 - 4
of
4
) 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
...]
/src/external/mit/libuv/dist/include/uv/
win.h
621
WCHAR*
pathw
; \
/src/external/mit/libuv/dist/test/
test-fs.c
4092
ASSERT_NULL(write_req.file.
pathw
);
Completed in 18 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026