Home
last modified time | relevance | path

Searched refs:new_pathw (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/src/win/
Dfs.c190 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()
2559 fs__create_junction(req, pathw, new_pathw); in fs__symlink()
[all …]
/third_party/libuv/include/uv/
Dwin.h620 WCHAR* new_pathw; \
/third_party/libuv/test/
Dtest-fs.c3633 ASSERT_NULL(write_req.fs.info.new_pathw); in TEST_IMPL()