Home
last modified time | relevance | path

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

/third_party/NuttX/fs/vfs/
Dfs_dupfd2.c124 if (!file_dup2(filep1, filep2)) in fs_dupfd2()
/third_party/NuttX/fs/vfs/include/
Dfile.h196 int file_dup2(struct file *filep1, struct file *filep2);
/third_party/NuttX/fs/inode/
Dfs_files.c317 int file_dup2(struct file *filep1, struct file *filep2) in file_dup2() function
/third_party/NuttX/
DReleaseNotes29454 * [#2661](https://github.com/apache/nuttx/pull/2661) fs: file_dup2 shouldn't hold the file list lock