Searched refs:fdOut (Results 1 – 1 of 1) sorted by relevance
312 int fdOut = open(des.c_str(), O_CREAT | O_RDWR, 0664); in CopyFileFast() local313 if (fdOut < 0) { in CopyFileFast()321 ssize_t copyLen = sendfile(fdOut, fdIn, nullptr, totalLen - copyTotalLen); in CopyFileFast()328 close(fdOut); in CopyFileFast()