Searched refs:src_statsbuf (Results 1 – 1 of 1) sorted by relevance
1245 struct stat src_statsbuf; in uv__fs_copyfile() local1267 if (uv__fstat(srcfd, &src_statsbuf)) { in uv__fs_copyfile()1282 src_statsbuf.st_mode, in uv__fs_copyfile()1329 times[0] = src_statsbuf.st_atimespec; in uv__fs_copyfile()1330 times[1] = src_statsbuf.st_mtimespec; in uv__fs_copyfile()1332 times[0].tv_sec = src_statsbuf.st_atime; in uv__fs_copyfile()1334 times[1].tv_sec = src_statsbuf.st_mtime; in uv__fs_copyfile()1337 times[0] = src_statsbuf.st_atim; in uv__fs_copyfile()1338 times[1] = src_statsbuf.st_mtim; in uv__fs_copyfile()1352 result = fchown(dstfd, src_statsbuf.st_uid, src_statsbuf.st_gid); in uv__fs_copyfile()[all …]
Completed in 8 milliseconds