OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_pathw
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
fs.c
356
req->fs.info.
new_pathw
= NULL;
378
req->fs.info.
new_pathw
= pos;
381
req->fs.info.
new_pathw
= NULL;
2267
if (!MoveFileExW(req->file.pathw, req->fs.info.
new_pathw
, MOVEFILE_REPLACE_EXISTING)) {
2392
if (CopyFileW(req->file.pathw, req->fs.info.
new_pathw
, overwrite) != 0) {
2403
fs__stat_impl_from_path(req->fs.info.
new_pathw
, 0, &new_statbuf) != 0) {
2699
DWORD r = CreateHardLinkW(req->fs.info.
new_pathw
, req->file.pathw, NULL);
2880
WCHAR*
new_pathw
;
local
2885
new_pathw
= req->fs.info.
new_pathw
;
[
all
...]
/src/external/mit/libuv/dist/include/uv/
win.h
627
WCHAR*
new_pathw
; \
/src/external/mit/libuv/dist/test/
test-fs.c
4093
ASSERT_NULL(write_req.fs.info.
new_pathw
);
Completed in 27 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026