Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dfs.c1270 struct stat src_statsbuf; in uv__fs_copyfile() local
1291 if (fstat(srcfd, &src_statsbuf)) { in uv__fs_copyfile()
1306 src_statsbuf.st_mode, 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()
1337 if (fchmod(dstfd, src_statsbuf.st_mode) == -1) { in uv__fs_copyfile()
1377 bytes_to_send = src_statsbuf.st_size; in uv__fs_copyfile()