Searched refs:dir_s2d2 (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 77 static const char dir_s2d2[] = TMP_DIR "/s2d1/s2d2"; variable 378 EXPECT_EQ(0, remove_path(dir_s2d2)); in remove_layout1() 446 ASSERT_EQ(0, test_open(dir_s2d2, O_RDONLY)); in TEST_F_FORK() 883 ASSERT_EQ(EACCES, test_open(dir_s2d2, O_RDONLY)); in TEST_F_FORK() 884 ASSERT_EQ(0, test_open(dir_s2d2, O_RDONLY | O_PATH)); in TEST_F_FORK() 1743 dir_s2d2, 0)); in TEST_F_FORK() 1744 ASSERT_EQ(0, umount(dir_s2d2)); in TEST_F_FORK() 1773 dir_s2d2, 0)); in TEST_F_FORK() 1843 .path = dir_s2d2, in test_relative_path() 1863 ASSERT_EQ(0, chdir(dir_s2d2)); in test_relative_path() [all …]
|