Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/landlock/
Dfs_test.c30 static const char file1_s1d1[] = TMP_DIR "/s1d1/f1"; variable
183 create_file(_metadata, file1_s1d1); in create_layout1()
210 EXPECT_EQ(0, remove_path(file1_s1d1)); in remove_layout1()
270 ASSERT_EQ(0, test_open(file1_s1d1, O_RDONLY)); in TEST_F_FORK()
595 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_RDONLY)); in TEST_F_FORK()
642 ASSERT_EQ(0, test_open(file1_s1d1, O_WRONLY)); in TEST_F_FORK()
643 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_RDWR)); in TEST_F_FORK()
672 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_RDONLY)); in TEST_F_FORK()
673 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_WRONLY)); in TEST_F_FORK()
674 ASSERT_EQ(EACCES, test_open(file1_s1d1, O_RDWR)); in TEST_F_FORK()
[all …]