Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file_reentrant.c88 struct fs_file_t filep2; in test_reentrant_parallel_file_access() local
90 fs_file_t_init(&filep2); in test_reentrant_parallel_file_access()
93 res = fs_open(&filep2, TEST_FILE2, FA_OPEN_EXISTING | FA_READ); in test_reentrant_parallel_file_access()
97 res = fs_close(&filep2); in test_reentrant_parallel_file_access()
139 struct fs_file_t filep2; in tfile2_access() local
144 fs_file_t_init(&filep2); in tfile2_access()
148 res = fs_open(&filep2, TEST_FILE2, FS_O_CREATE | FS_O_RDWR); in tfile2_access()
153 brw = fs_write(&filep2, (char *)test_str, strlen(test_str)); in tfile2_access()
156 fs_close(&filep2); in tfile2_access()
163 fs_close(&filep2); in tfile2_access()
[all …]