Home
last modified time | relevance | path

Searched refs:fpDest (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/utils_lite/file/src/file_impl_hal/
H A Dfile.c70 int fpDest = UtilsFileOpen(dest, O_RDWR_FS | O_CREAT_FS | O_TRUNC_FS, 0); in UtilsFileCopy() local
71 if (fpDest < 0) { in UtilsFileCopy()
73 return fpDest; in UtilsFileCopy()
83 if (UtilsFileWrite(fpDest, dataBuf, nLen) != nLen) { in UtilsFileCopy()
94 UtilsFileClose(fpDest); in UtilsFileCopy()