Lines Matching refs:new_pathw
321 req->fs.info.new_pathw = NULL;
343 req->fs.info.new_pathw = pos;
346 req->fs.info.new_pathw = NULL;
1935 if (!MoveFileExW(req->file.pathw, req->fs.info.new_pathw, MOVEFILE_REPLACE_EXISTING)) {
2060 if (CopyFileW(req->file.pathw, req->fs.info.new_pathw, overwrite) != 0) {
2071 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) {
2352 DWORD r = CreateHardLinkW(req->fs.info.new_pathw, req->file.pathw, NULL);
2532 WCHAR* new_pathw;
2537 new_pathw = req->fs.info.new_pathw;
2540 fs__create_junction(req, pathw, new_pathw);
2549 if (CreateSymbolicLinkW(new_pathw, pathw, flags)) {
2868 req->fs.info.new_pathw = NULL;