Searched refs:fromStat (Results 1 – 1 of 1) sorted by relevance
964 struct stat fromStat; in CopyFile() local986 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()