Searched refs:fdIn (Results 1 – 1 of 1) sorted by relevance
308 int fdIn = open(src.c_str(), O_RDONLY); in CopyFileFast() local309 if (fdIn < 0) { in CopyFileFast()314 close(fdIn); in CopyFileFast()321 ssize_t copyLen = sendfile(fdOut, fdIn, nullptr, totalLen - copyTotalLen); in CopyFileFast()327 close(fdIn); in CopyFileFast()