Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/utils_lite/file/src/file_impl_hal/
H A Dfile.c66 int fpSrc = UtilsFileOpen(src, O_RDONLY_FS, 0); in UtilsFileCopy() local
67 if (fpSrc < 0) { in UtilsFileCopy()
68 return fpSrc; in UtilsFileCopy()
72 UtilsFileClose(fpSrc); in UtilsFileCopy()
81 nLen = UtilsFileRead(fpSrc, dataBuf, BUFFER_SIZE); in UtilsFileCopy()
86 nLen = UtilsFileRead(fpSrc, dataBuf, BUFFER_SIZE); in UtilsFileCopy()
93 UtilsFileClose(fpSrc); in UtilsFileCopy()