/Zephyr-latest/tests/subsys/fs/fs_api/src/ |
D | test_fs_dir_file.c | 307 ret = fs_opendir(NULL, NULL); in test_opendir() 311 ret = fs_opendir(&dirp, "ab"); in test_opendir() 315 ret = fs_opendir(&dirp, ""); in test_opendir() 319 ret = fs_opendir(&dirp, "/SDCARD:/test_dir"); in test_opendir() 323 ret = fs_opendir(&dirp, NOOP_MNTP"/test_dir"); in test_opendir() 327 ret = fs_opendir(&dirp, "/"); in test_opendir() 331 ret = fs_opendir(&dirp, "/not_a_dir"); in test_opendir() 334 ret = fs_opendir(&dirp2, TEST_DIR); in test_opendir() 338 ret = fs_opendir(&dirp2, "/xD"); in test_opendir() 343 ret = fs_opendir(&dirp3, TEST_DIR); in test_opendir() [all …]
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_dir.c | 71 res = fs_opendir(&dirp, path); in test_lsdir() 117 res = fs_opendir(&dirp, TEST_DIR); in test_rmdir()
|
/Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
D | test_common_dir.c | 82 res = fs_opendir(&dirp, path); in test_lsdir() 125 res = fs_opendir(&dirp, dir_path); in test_rmdir()
|
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat_dir.c | 76 res = fs_opendir(&dirp, path); in test_lsdir() 122 res = fs_opendir(&dirp, dir); in test_rmdir()
|
/Zephyr-latest/tests/subsys/logging/log_backend_fs/src/ |
D | log_fs_test.c | 61 rc = fs_opendir(&dir, CONFIG_LOG_BACKEND_FS_DIR); in ZTEST() 171 rc = fs_opendir(&dir, CONFIG_LOG_BACKEND_FS_DIR); in ZTEST() 211 rc = fs_opendir(&dir, CONFIG_LOG_BACKEND_FS_DIR); in ZTEST()
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_fs.c | 92 rc = fs_opendir(&dir, w_path); in create_log_dir() 118 rc = fs_opendir(&dir, CONFIG_LOG_BACKEND_FS_DIR); in check_log_file_exist() 279 rc = fs_opendir(&dir, CONFIG_LOG_BACKEND_FS_DIR); in allocate_new_file() 310 rc = fs_opendir(&dir, CONFIG_LOG_BACKEND_FS_DIR); in allocate_new_file()
|
/Zephyr-latest/samples/subsys/fs/fs_sample/src/ |
D | main.c | 205 res = fs_opendir(&dirp, path); in lsdir()
|
/Zephyr-latest/include/zephyr/fs/ |
D | fs.h | 497 int fs_opendir(struct fs_dir_t *zdp, const char *path);
|
/Zephyr-latest/samples/subsys/usb/mass/src/ |
D | main.c | 182 rc = fs_opendir(&dir, mp->mnt_point); in setup_disk()
|
/Zephyr-latest/modules/lvgl/ |
D | lvgl_fs.c | 185 err = fs_opendir((struct fs_dir_t *)dir, path); in lvgl_fs_dir_open()
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 199 err = fs_opendir(&dir, mount_path); in fuse_fs_access_readdir() 201 err = fs_opendir(&dir, path); in fuse_fs_access_readdir()
|
D | fs.c | 345 int fs_opendir(struct fs_dir_t *zdp, const char *abs_path) in fs_opendir() function
|
D | shell.c | 177 err = fs_opendir(&dir, path); in cmd_ls()
|
D | Kconfig.fatfs | 90 This affects use of fs_opendir on FAT type mounted file systems.
|
/Zephyr-latest/tests/subsys/fs/littlefs/src/ |
D | test_lfs_basic.c | 210 rc = fs_opendir(dir, pstr); in num_dirs()
|
/Zephyr-latest/lib/posix/options/ |
D | fs.c | 262 rc = fs_opendir(&ptr->dir, dirname); in opendir()
|
/Zephyr-latest/samples/subsys/fs/littlefs/src/ |
D | main.c | 35 res = fs_opendir(&dirp, path); in lsdir()
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_util.c | 359 int rc = fs_opendir(&dir, pp->path); in testfs_bcmd_verify_layout()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1033 * :github:`31749` - fs: fs_opendir can corrupt fs_dir_t object given via zdp parameter
|