Searched refs:dir_s1d2 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/tools/testing/selftests/landlock/ |
D | fs_test.c | 45 static const char dir_s1d2[] = TMP_DIR "/s1d1/s1d2"; variable 290 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY)); in TEST_F_FORK() 322 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 350 path_beneath.parent_fd = open(dir_s1d2, O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 364 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 449 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 624 .path = dir_s1d2, in TEST_F_FORK() 647 .path = dir_s1d2, in TEST_F_FORK() 673 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY)); in TEST_F_FORK() 705 .path = dir_s1d2, in TEST_F_FORK() [all …]
|