Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dfs.c1234 struct stat src_statsbuf; in uv__fs_copyfile() local
1256 if (uv__fstat(srcfd, &src_statsbuf)) { in uv__fs_copyfile()
1271 src_statsbuf.st_mode, in uv__fs_copyfile()
1290 if (src_statsbuf.st_dev == dst_statsbuf.st_dev && in uv__fs_copyfile()
1318 times[0] = src_statsbuf.st_atimespec; in uv__fs_copyfile()
1319 times[1] = src_statsbuf.st_mtimespec; in uv__fs_copyfile()
1321 times[0] = src_statsbuf.st_atim; in uv__fs_copyfile()
1322 times[1] = src_statsbuf.st_mtim; in uv__fs_copyfile()
1335 fchown(dstfd, src_statsbuf.st_uid, src_statsbuf.st_gid); in uv__fs_copyfile()
1337 if (fchmod(dstfd, src_statsbuf.st_mode) == -1) { in uv__fs_copyfile()
[all …]

Completed in 14 milliseconds