Searched refs:new_statbuf (Results 1 – 1 of 1) sorted by relevance
2192 uv_stat_t new_statbuf; in fs__copyfile() local2214 fs__stat_impl_from_path(req->fs.info.new_pathw, 0, &new_statbuf) != 0) { in fs__copyfile()2218 if (statbuf.st_dev == new_statbuf.st_dev && in fs__copyfile()2219 statbuf.st_ino == new_statbuf.st_ino) { in fs__copyfile()
Completed in 15 milliseconds