Lines Matching refs:ZBEGIN

111 #define ZBEGIN(info) \  macro
146 ZBEGIN("Attempt open non-existent"); in test_fs_open_flags()
165 ZBEGIN("Attempt create new with no R/W access"); in test_fs_open_flags()
178 ZBEGIN("Attempt create new with READ access"); in test_fs_open_flags()
191 ZBEGIN("Attempt create new with WRITE access"); in test_fs_open_flags()
204 ZBEGIN("Attempt create new with R/W access"); in test_fs_open_flags()
214 ZBEGIN("Attempt open existing with no R/W access"); in test_fs_open_flags()
228 ZBEGIN("Attempt open existing with READ access"); in test_fs_open_flags()
243 ZBEGIN("Attempt open existing with WRITE access"); in test_fs_open_flags()
258 ZBEGIN("Attempt open existing with R/W access"); in test_fs_open_flags()
269 ZBEGIN("Attempt append existing with no R/W access"); in test_fs_open_flags()
284 ZBEGIN("Attempt append existing with READ access"); in test_fs_open_flags()
300 ZBEGIN("Attempt append existing with WRITE access"); in test_fs_open_flags()
315 ZBEGIN("Attempt append existing with R/W access"); in test_fs_open_flags()
327 ZBEGIN("Attempt truncate a new file without write access"); in test_fs_open_flags()
333 ZBEGIN("Attempt truncate a new file with write access"); in test_fs_open_flags()
339 ZBEGIN("Attempt truncate existing with no write access"); in test_fs_open_flags()
346 ZBEGIN("Attempt truncate existing with write access"); in test_fs_open_flags()
353 ZBEGIN("Attempt truncate existing with read access"); in test_fs_open_flags()
360 ZBEGIN("Attempt truncate existing with R/W access"); in test_fs_open_flags()
367 ZBEGIN("Attempt read on truncated file but no read access"); in test_fs_open_flags()
379 ZBEGIN("Attempt append existing with WRITE access truncated file"); in test_fs_open_flags()
398 ZBEGIN("Check if append adds data to file"); in test_fs_open_flags()
414 ZBEGIN("Check if appended forwards file before write"); in test_fs_open_flags()
431 ZBEGIN("Check if file is truncated with data"); in test_fs_open_flags()