Home
last modified time | relevance | path

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

/third_party/NuttX/fs/inode/
Dfs_files.c187 static int _files_close(struct file *filep) in _files_close() function
289 (void)_files_close(&list->fl_files[i]); in files_releaselist()
345 ret = _files_close(filep2); in file_dup2()
506 ret = _files_close(&list->fl_files[fd]); in files_close_internal()
/third_party/NuttX/
DReleaseNotes29462 * [#2640](https://github.com/apache/incubator-nuttx/pull/2640) fs: Remove _files_close and reuse fi…