Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c2068 uv_stat_t new_statbuf; in fs__copyfile() local
2090 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) { in fs__copyfile()
2094 if (statbuf.st_dev == new_statbuf.st_dev && in fs__copyfile()
2095 statbuf.st_ino == new_statbuf.st_ino) { in fs__copyfile()