Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file_reentrant.c13 #define TEST_FILE2 FATFS_MNTP"/tfile2.txt" macro
93 res = fs_open(&filep2, TEST_FILE2, FA_OPEN_EXISTING | FA_READ); in test_reentrant_parallel_file_access()
99 res = fs_unlink(TEST_FILE2); in test_reentrant_parallel_file_access()
148 res = fs_open(&filep2, TEST_FILE2, FS_O_CREATE | FS_O_RDWR); in tfile2_access()