Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
H A Dfs.c1148 struct stat dst_statsbuf; in uv__fs_copyfile() local
1196 if (uv__fstat(dstfd, &dst_statsbuf)) { in uv__fs_copyfile()
1202 if (src_statsbuf.st_dev == dst_statsbuf.st_dev && in uv__fs_copyfile()
1203 src_statsbuf.st_ino == dst_statsbuf.st_ino) { in uv__fs_copyfile()
1219 if (dst_statsbuf.st_size > 0) in uv__fs_copyfile()
/third_party/node/deps/uv/src/unix/
H A Dfs.c1271 struct stat dst_statsbuf; in uv__fs_copyfile() local
1319 if (fstat(dstfd, &dst_statsbuf)) { in uv__fs_copyfile()
1325 if (src_statsbuf.st_dev == dst_statsbuf.st_dev && in uv__fs_copyfile()
1326 src_statsbuf.st_ino == dst_statsbuf.st_ino) { in uv__fs_copyfile()

Completed in 5 milliseconds