Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
H A Dfs.c1147 struct stat src_statsbuf; in uv__fs_copyfile() local
1168 if (uv__fstat(srcfd, &src_statsbuf)) { in uv__fs_copyfile()
1183 src_statsbuf.st_mode, 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()
1226 if (fchmod(dstfd, src_statsbuf.st_mode) == -1) { in uv__fs_copyfile()
1266 bytes_to_send = src_statsbuf.st_size; in uv__fs_copyfile()
/third_party/node/deps/uv/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()

Completed in 8 milliseconds