Home
last modified time | relevance | path

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

/kernel/liteos_a/syscall/
H A Dfs_syscall.c959 int dupfd = AllocProcessFd(); in SysDup() local
960 if (dupfd < 0) { in SysDup()
965 AssociateSystemFd(dupfd, sysfd); in SysDup()
966 return dupfd; in SysDup()

Completed in 4 milliseconds