Lines Matching full:existing
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()
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()
379 ZBEGIN("Attempt append existing with WRITE access truncated file"); in test_fs_open_flags()