Home
last modified time | relevance | path

Searched defs:filep2 (Results 1 – 3 of 3) sorted by relevance

/third_party/NuttX/fs/vfs/
Dfs_dupfd2.c89 struct file *filep2; in fs_dupfd2() local
Dfs_dupfd.c81 struct file *filep2 = NULL; in file_dup() local
/third_party/NuttX/fs/inode/
Dfs_files.c317 int file_dup2(struct file *filep1, struct file *filep2) in file_dup2()