Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c964 struct stat fromStat; in CopyFile() local
986 int32_t ret = fstat(fromFd, &fromStat); in CopyFile()
993 int32_t toFd = open(realToPath, O_WRONLY | O_TRUNC | O_CREAT, fromStat.st_mode); in CopyFile()