Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Ddevice_io.c20 int zvfs_open(const char *name, int flags, int mode);
73 return zvfs_open(name, flags, mode); in open()
Dfs.c82 int zvfs_open(const char *name, int flags, int mode) in zvfs_open() function