Searched refs:new_pathw (Results 1 – 3 of 3) sorted by relevance
/libuv/src/win/ |
H A D | fs.c | 343 req->fs.info.new_pathw = NULL; in fs__capture_path() 365 req->fs.info.new_pathw = pos; in fs__capture_path() 368 req->fs.info.new_pathw = NULL; in fs__capture_path() 2203 if (CopyFileW(req->file.pathw, req->fs.info.new_pathw, overwrite) != 0) { in fs__copyfile() 2214 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) { in fs__copyfile() 2495 DWORD r = CreateHardLinkW(req->fs.info.new_pathw, req->file.pathw, NULL); in fs__link() 2676 WCHAR* new_pathw; in fs__symlink() local 2681 new_pathw = req->fs.info.new_pathw; in fs__symlink() 2684 fs__create_junction(req, pathw, new_pathw); in fs__symlink() 2693 if (CreateSymbolicLinkW(new_pathw, pathw, flags)) { in fs__symlink() [all …]
|
/libuv/include/uv/ |
H A D | win.h | 632 WCHAR* new_pathw; \
|
/libuv/test/ |
H A D | test-fs.c | 3912 ASSERT_NULL(write_req.fs.info.new_pathw); in TEST_IMPL()
|
Completed in 29 milliseconds