Home
last modified time | relevance | path

Searched refs:opendir (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/posix/
Ddirent.h27 DIR *opendir(const char *dirname);
/Zephyr-Core-3.7.0/tests/posix/headers/src/
Ddirent_h.c32 zassert_not_null(opendir); in ZTEST()
/Zephyr-Core-3.7.0/include/zephyr/fs/
Dfs_sys.h107 int (*opendir)(struct fs_dir_t *dirp, const char *fs_path); member
/Zephyr-Core-3.7.0/tests/posix/fs/src/
Dtest_fs_dir.c63 dirp = opendir(path); in test_lsdir()
/Zephyr-Core-3.7.0/arch/posix/include/
Dposix_cheats.h213 #define opendir zap_opendir macro
/Zephyr-Core-3.7.0/samples/subsys/usb/mass/
DREADME.rst103 /NAND: opendir: 0
150 /SD: opendir: 0
188 /lfs opendir: 0
/Zephyr-Core-3.7.0/tests/subsys/fs/fs_api/src/
Dtest_fs.c344 .opendir = temp_opendir,
/Zephyr-Core-3.7.0/lib/posix/options/
Dfs.c232 DIR *opendir(const char *dirname) in opendir() function
/Zephyr-Core-3.7.0/subsys/fs/
Dfs.c379 CHECKIF(mp->fs->opendir == NULL) { in fs_opendir()
384 rc = zdp->mp->fs->opendir(zdp, abs_path); in fs_opendir()
Dfuse_fs_access.c439 .opendir = NULL,
Dfat_fs.c544 .opendir = fatfs_opendir,
Dlittlefs_fs.c1024 .opendir = littlefs_opendir,
/Zephyr-Core-3.7.0/subsys/fs/ext2/
Dext2_ops.c634 .opendir = ext2_opendir,
/Zephyr-Core-3.7.0/doc/services/portability/posix/option_groups/
Dindex.rst242 opendir(), yes