Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c105 stat->st_mode = S_IFDIR | S_IRWX_DIR; in fuse_fs_access_getattr()
116 stat->st_mode = S_IFDIR | S_IRWX_DIR; in fuse_fs_access_getattr()
142 stat.st_mode = S_IFDIR | S_IRWX_DIR; in fuse_fs_access_readmount()
217 stat.st_mode = S_IFDIR | S_IRWX_DIR; in fuse_fs_access_readdir()
236 stat.st_mode = S_IFDIR | S_IRWX_DIR; in fuse_fs_access_readdir()
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_stat.c103 zassert_equal(S_IFDIR, buf.st_mode); in ZTEST()
/Zephyr-latest/include/zephyr/posix/sys/
Dstat.h141 #define S_IFDIR _IFDIR macro
/Zephyr-latest/lib/posix/options/
Dfs.c404 buf->st_mode = S_IFDIR; in stat()