Home
last modified time | relevance | path

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

/third_party/NuttX/fs/vfs/
Dfs_dup.c71 ret = fs_dupfd(fd, 3); /* 3: file start fd */ in dup()
Dfs_dupfd.c118 int fs_dupfd(int fd, int minfd) in fs_dupfd() function
/third_party/NuttX/fs/vfs/include/
Dfile.h217 int fs_dupfd(int fd, int minfd);
/third_party/NuttX/
DNuttX.gni88 "//third_party/NuttX/fs/vfs/fs_dupfd.c",
DReleaseNotes21367 fs_dupfd() was return returning OK on success, not the file