Lines Matching refs:new_pathw
356 req->fs.info.new_pathw = NULL; in fs__capture_path()
378 req->fs.info.new_pathw = pos; in fs__capture_path()
381 req->fs.info.new_pathw = NULL; in fs__capture_path()
2267 if (!MoveFileExW(req->file.pathw, req->fs.info.new_pathw, MOVEFILE_REPLACE_EXISTING)) { in fs__rename()
2392 if (CopyFileW(req->file.pathw, req->fs.info.new_pathw, overwrite) != 0) { in fs__copyfile()
2403 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) { in fs__copyfile()
2684 DWORD r = CreateHardLinkW(req->fs.info.new_pathw, req->file.pathw, NULL); in fs__link()
2865 WCHAR* new_pathw; in fs__symlink() local
2870 new_pathw = req->fs.info.new_pathw; in fs__symlink()
2873 fs__create_junction(req, pathw, new_pathw); in fs__symlink()
2882 if (CreateSymbolicLinkW(new_pathw, pathw, flags)) { in fs__symlink()
3201 req->fs.info.new_pathw = NULL; in uv_fs_req_cleanup()