Searched refs:file1_s1d3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/testing/selftests/landlock/ |
D | fs_test.c | 36 static const char file1_s1d3[] = TMP_DIR "/s1d1/s1d2/s1d3/f1"; variable 185 create_file(_metadata, file1_s1d3); in create_layout1() 208 EXPECT_EQ(0, remove_path(file1_s1d3)); in remove_layout1() 276 ASSERT_EQ(0, test_open(file1_s1d3, O_RDONLY)); in TEST_F_FORK() 599 ASSERT_EQ(0, test_open(file1_s1d3, O_RDONLY)); in TEST_F_FORK() 684 ASSERT_EQ(0, test_open(file1_s1d3, O_RDONLY)); in TEST_F_FORK() 685 ASSERT_EQ(0, test_open(file1_s1d3, O_WRONLY)); in TEST_F_FORK() 686 ASSERT_EQ(0, test_open(file1_s1d3, O_RDWR)); in TEST_F_FORK() 736 ASSERT_EQ(0, unlink(file1_s1d3)); in TEST_F_FORK() 758 .path = file1_s1d3, in TEST_F_FORK() [all …]
|