Searched refs:dstfd (Results 1 – 1 of 1) sorted by relevance
1244 uv_file dstfd; in uv__fs_copyfile() local1256 dstfd = -1; in uv__fs_copyfile()1278 dstfd = uv_fs_open(NULL, in uv__fs_copyfile()1286 if (dstfd < 0) { in uv__fs_copyfile()1287 err = dstfd; in uv__fs_copyfile()1295 if (uv__fstat(dstfd, &dst_statsbuf)) { in uv__fs_copyfile()1307 if (ftruncate(dstfd, 0) != 0) { in uv__fs_copyfile()1341 if (futimens(dstfd, times) == -1) { in uv__fs_copyfile()1364 if (!uv__is_cifs_or_smb(dstfd)) in uv__fs_copyfile()1427 if (dstfd >= 0) { in uv__fs_copyfile()[all …]
Completed in 7 milliseconds