Searched refs:fpDest (Results 1 – 1 of 1) sorted by relevance
70 int fpDest = UtilsFileOpen(dest, O_RDWR_FS | O_CREAT_FS | O_TRUNC_FS, 0); in UtilsFileCopy() local71 if (fpDest < 0) { in UtilsFileCopy()73 return fpDest; in UtilsFileCopy()83 if (UtilsFileWrite(fpDest, dataBuf, nLen) != nLen) { in UtilsFileCopy()94 UtilsFileClose(fpDest); in UtilsFileCopy()