Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/subsys/fs/common/
Dtest_fs_open_flags.c111 #define ZBEGIN(info) \ macro
146 ZBEGIN("Attempt open non-existent"); in test_fs_open_flags()
161 ZBEGIN("Attempt create new with no R/W access"); in test_fs_open_flags()
174 ZBEGIN("Attempt create new with READ access"); in test_fs_open_flags()
187 ZBEGIN("Attempt create new with WRITE access"); in test_fs_open_flags()
200 ZBEGIN("Attempt create new with R/W access"); in test_fs_open_flags()
210 ZBEGIN("Attempt open existing with no R/W access"); in test_fs_open_flags()
224 ZBEGIN("Attempt open existing with READ access"); in test_fs_open_flags()
239 ZBEGIN("Attempt open existing with WRITE access"); in test_fs_open_flags()
254 ZBEGIN("Attempt open existing with R/W access"); in test_fs_open_flags()
[all …]