Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
H A Dfs.c2049 uv_stat_t new_statbuf; in fs__copyfile() local
2071 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) { in fs__copyfile()
2075 if (statbuf.st_dev == new_statbuf.st_dev && in fs__copyfile()
2076 statbuf.st_ino == new_statbuf.st_ino) { in fs__copyfile()
/third_party/node/deps/uv/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()

Completed in 9 milliseconds