/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat_file.c | 51 fs_close(&filep); in test_file_write() 61 fs_close(&filep); in test_file_write() 68 fs_close(&filep); in test_file_write() 105 fs_close(&filep); in test_file_read() 113 fs_close(&filep); in test_file_read() 147 fs_close(&filep); in test_file_truncate() 154 fs_close(&filep); in test_file_truncate() 161 fs_close(&filep); in test_file_truncate() 175 fs_close(&filep); in test_file_truncate() 187 fs_close(&filep); in test_file_truncate() [all …]
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_file.c | 50 fs_close(&filep); in test_file_write() 60 fs_close(&filep); in test_file_write() 67 fs_close(&filep); in test_file_write() 104 fs_close(&filep); in test_file_read() 112 fs_close(&filep); in test_file_read() 146 fs_close(&filep); in test_file_truncate() 154 fs_close(&filep); in test_file_truncate() 175 fs_close(&filep); in test_file_truncate() 184 fs_close(&filep); in test_file_truncate() 195 fs_close(&filep); in test_file_truncate() [all …]
|
D | test_fat_file_reentrant.c | 56 res = fs_close(&filep); in test_reentrant_access() 97 res = fs_close(&filep2); in test_reentrant_parallel_file_access() 101 res = fs_close(&filep); in test_reentrant_parallel_file_access() 156 fs_close(&filep2); in tfile2_access() 163 fs_close(&filep2); in tfile2_access() 168 res = fs_close(&filep2); in tfile2_access()
|
D | test_fat_rd_only_mount.c | 25 zassert_equal(fs_close(&fs), 0); in test_prepare() 59 fs_close(&fs); in test_ops_on_rd()
|
D | test_fat_dir.c | 49 res = fs_close(&filep); in test_mkdir()
|
D | test_fat_rename.c | 33 res = fs_close(&fp); in create_file()
|
/Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
D | test_common_file.c | 47 fs_close(filep); in test_file_write() 57 fs_close(filep); in test_file_write() 64 fs_close(filep); in test_file_write() 85 fs_close(filep); in test_file_read() 93 fs_close(filep); in test_file_read() 118 res = fs_close(filep); in test_file_close()
|
D | test_common_dir.c | 56 fs_close(&filep); in test_mkdir() 60 res = fs_close(&filep); in test_mkdir()
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | testfs_dirops.c | 29 zassert_equal(fs_close(&file), 0, "Close file error"); in ZTEST() 31 zassert_equal(fs_close(&file), 0, "Close file error"); in ZTEST() 33 zassert_equal(fs_close(&file), 0, "Close file error"); in ZTEST() 52 zassert_equal(fs_close(&file), 0, "Close file error"); in ZTEST() 54 zassert_equal(fs_close(&file), 0, "Close file error"); in ZTEST() 56 zassert_equal(fs_close(&file), 0, "Close file error"); in ZTEST()
|
D | testfs_ext_specific.c | 56 ret = fs_close(&file); in write_to_file() 76 ret = fs_close(&file); in write_to_file() 108 ret = fs_close(&file); in truncate_file()
|
/Zephyr-latest/tests/subsys/fs/fs_api/src/ |
D | test_fs_dir_file.c | 556 fs_close(&filep); in _test_file_write() 571 fs_close(&filep); in _test_file_write() 578 fs_close(&filep); in _test_file_write() 629 fs_close(&filep); in _test_file_sync() 636 fs_close(&filep); in _test_file_sync() 645 fs_close(&filep); in _test_file_sync() 652 fs_close(&filep); in _test_file_sync() 656 fs_close(&filep); in _test_file_sync() 777 fs_close(&filep); in _test_file_truncate() 786 fs_close(&filep); in _test_file_truncate() [all …]
|
D | test_fs_mount_flags.c | 34 ret = fs_close(&fs); in test_mount_flags() 63 ret = fs_close(&fs); in test_mount_flags()
|
/Zephyr-latest/subsys/fs/ |
D | shell.c | 241 fs_close(&file); in cmd_trunc() 330 fs_close(&file); in cmd_read() 367 fs_close(&file); in cmd_read() 420 fs_close(&file); in cmd_cat() 486 fs_close(&file); in cmd_write() 499 fs_close(&file); in cmd_write() 507 fs_close(&file); in cmd_write() 609 fs_close(&file); in cmd_read_test() 622 fs_close(&file); in cmd_read_test() 695 fs_close(&file); in cmd_erase_write_test() [all …]
|
D | fuse_fs_access.c | 297 fs_close(&files[fi->fh]); in fuse_fs_access_release() 374 fs_close(&file); in fuse_fs_access_truncate() 378 err = fs_close(&file); in fuse_fs_access_truncate()
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_basic.c | 71 zassert_equal(fs_close(&file), 0, in create_write_hello() 113 zassert_equal(fs_close(&file), 0, in verify_hello() 181 zassert_equal(fs_close(&file), 0, in seek_within_hello() 240 zassert_equal(fs_close(&file), 0, in truncate_hello() 329 zassert_equal(fs_close(&file), 0, in sync_goodbye() 362 zassert_equal(fs_close(&file), 0, in verify_goodbye()
|
D | test_fs_mount_flags.c | 44 fs_close(&fs); in test_fs_mount_flags() 73 fs_close(&fs); in test_fs_mount_flags()
|
D | test_fs_mkfs.c | 66 ret = fs_close(&fs); in test_fs_mkfs_ops() 89 ret = fs_close(&fs); in test_fs_mkfs_ops()
|
/Zephyr-latest/subsys/settings/src/ |
D | settings_file.c | 172 rc = fs_close(&file); in settings_file_load_priv() 263 fs_close(&rf); in settings_file_save_and_compress() 347 rc = fs_close(&wf); in settings_file_save_and_compress() 348 rc2 = fs_close(&rf); in settings_file_save_and_compress() 363 (void)fs_close(&wf); in settings_file_save_and_compress() 364 if (fs_close(&rf) == 0) { in settings_file_save_and_compress() 410 rc2 = fs_close(&file); in settings_file_save_priv()
|
/Zephyr-latest/tests/lib/c_lib/stdio/src/ |
D | main.c | 43 zassert_ok(fs_close(&file), "Error closing file\n"); in ZTEST()
|
/Zephyr-latest/subsys/llext/ |
D | fs_loader.c | 62 fs_close(&fs_l->file); in llext_fs_finalize()
|
/Zephyr-latest/tests/subsys/settings/file/src/ |
D | settings_test_file.c | 166 fs_close(&file); in fsutil_read_file() 186 fs_close(&file); in fsutil_write_file()
|
/Zephyr-latest/tests/subsys/logging/log_backend_fs/src/ |
D | log_fs_test.c | 112 zassert_equal(fs_close(&file), 0, "Can not close log file."); in ZTEST() 129 zassert_equal(fs_close(&file), 0, "Can not close log file."); in ZTEST()
|
/Zephyr-latest/tests/subsys/fs/littlefs/src/ |
D | test_lfs_perf.c | 101 (void)fs_close(&file); in write_read() 149 (void)fs_close(&file); in write_read()
|
/Zephyr-latest/lib/posix/options/ |
D | fs.c | 112 rc = fs_close(&ptr->file); in zvfs_open() 145 rc = fs_close(&ptr->file); in fs_close_vmeth()
|
/Zephyr-latest/samples/subsys/fs/fs_sample/src/ |
D | main.c | 95 fs_close(&file); in create_some_entries()
|