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()
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].tv_sec = src_statsbuf.st_atime; in uv__fs_copyfile()
1323 times[1].tv_sec = src_statsbuf.st_mtime; in uv__fs_copyfile()
1326 times[0] = src_statsbuf.st_atim; in uv__fs_copyfile()
1327 times[1] = src_statsbuf.st_mtim; in uv__fs_copyfile()
1340 fchown(dstfd, src_statsbuf.st_uid, src_statsbuf.st_gid); in uv__fs_copyfile()
[all …]

Completed in 10 milliseconds