Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c921 static int32_t DoCopy(int32_t fromFd, int32_t toFd) in DoCopy() argument
933 rcount = read(fromFd, buf, MAXBSIZE); in DoCopy()
941 rcount = read(fromFd, buf, MAXBSIZE); in DoCopy()
980 int32_t fromFd = open(realFromPath, O_RDONLY, 0); in CopyFile() local
981 if (fromFd == -1) { in CopyFile()
986 int32_t ret = fstat(fromFd, &fromStat); in CopyFile()
989 close(fromFd); in CopyFile()
996 close(fromFd); in CopyFile()
1000 ret = DoCopy(fromFd, toFd); in CopyFile()
1007 close(fromFd); in CopyFile()