Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
Dfs_syscall.c832 int dupfd = AllocProcessFd(); in SysDup() local
833 if (dupfd < 0) { in SysDup()
838 AssociateSystemFd(dupfd, sysfd); in SysDup()
839 return dupfd; in SysDup()