Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/landlock/
Dfs_test.c3370 const char *const file_rwt = file1_s1d1; in TEST_F_FORK() local
3381 .path = file_rwt, in TEST_F_FORK()
3424 EXPECT_EQ(0, test_truncate(file_rwt)); in TEST_F_FORK()
3425 EXPECT_EQ(0, test_open(file_rwt, O_RDONLY | O_TRUNC)); in TEST_F_FORK()
3426 EXPECT_EQ(0, test_open(file_rwt, O_WRONLY | O_TRUNC)); in TEST_F_FORK()