Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 2 of 2) sorted by relevance

/libuv/src/win/
H A Dfs.c2190 int overwrite; in fs__copyfile() local
2201 overwrite = flags & UV_FS_COPYFILE_EXCL; in fs__copyfile()
2203 if (CopyFileW(req->file.pathw, req->fs.info.new_pathw, overwrite) != 0) { in fs__copyfile()
/libuv/docs/src/
H A Dfs.rst388 is to overwrite the destination if it exists.

Completed in 11 milliseconds