Searched refs:new_pathw (Results 1 - 5 of 5) sorted by relevance
/third_party/libuv/src/win/ |
H A D | fs.c | 321 req->fs.info.new_pathw = NULL; in fs__capture_path() 343 req->fs.info.new_pathw = pos; in fs__capture_path() 346 req->fs.info.new_pathw = NULL; in fs__capture_path() 1935 if (!MoveFileExW(req->file.pathw, req->fs.info.new_pathw, MOVEFILE_REPLACE_EXISTING)) { in fs__rename() 2060 if (CopyFileW(req->file.pathw, req->fs.info.new_pathw, overwrite) != 0) { in fs__copyfile() 2071 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) { in fs__copyfile() 2352 DWORD r = CreateHardLinkW(req->fs.info.new_pathw, req->file.pathw, NULL); in fs__link() 2532 WCHAR* new_pathw; in fs__symlink() local 2537 new_pathw = req->fs.info.new_pathw; in fs__symlink() [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 190 req->fs.info.new_pathw = NULL; in fs__capture_path() 224 req->fs.info.new_pathw = (WCHAR*) pos; in fs__capture_path() 227 req->fs.info.new_pathw = NULL; in fs__capture_path() 1954 if (!MoveFileExW(req->file.pathw, req->fs.info.new_pathw, MOVEFILE_REPLACE_EXISTING)) { in fs__rename() 2079 if (CopyFileW(req->file.pathw, req->fs.info.new_pathw, overwrite) != 0) { in fs__copyfile() 2090 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) { in fs__copyfile() 2371 DWORD r = CreateHardLinkW(req->fs.info.new_pathw, req->file.pathw, NULL); in fs__link() 2551 WCHAR* new_pathw; in fs__symlink() local 2556 new_pathw = req->fs.info.new_pathw; in fs__symlink() [all...] |
/third_party/libuv/include/uv/ |
H A D | win.h | 630 WCHAR* new_pathw; \
|
/third_party/node/deps/uv/include/uv/ |
H A D | win.h | 626 WCHAR* new_pathw; \
|
/third_party/libuv/test/ |
H A D | test-fs.c | 3867 ASSERT_NULL(write_req.fs.info.new_pathw); in TEST_IMPL()
|
Completed in 14 milliseconds