Home
last modified time | relevance | path

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

/third_party/NuttX/include/nuttx/fs/
Dfile.h67 typedef int (*foreach_mountpoint_t)(const char *mountpoint, typedef
/third_party/NuttX/fs/mount/
Dfs_foreachmountpoint.c52 int foreach_mountpoint(foreach_mountpoint_t handler, void *arg) in foreach_mountpoint()