Searched refs:dir_s1d2 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/landlock/ |
| D | fs_test.c | 48 static const char dir_s1d2[] = TMP_DIR "/s1d1/s1d2"; variable 408 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY)); in TEST_F_FORK() 440 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 468 path_beneath.parent_fd = open(dir_s1d2, O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 482 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 568 open(dir_s1d2, O_PATH | O_DIRECTORY | O_CLOEXEC); in TEST_F_FORK() 766 .path = dir_s1d2, in TEST_F_FORK() 792 ASSERT_EQ(0, test_open(dir_s1d2, O_RDONLY)); in TEST_F_FORK() 824 .path = dir_s1d2, in TEST_F_FORK() 852 .path = dir_s1d2, in TEST_F_FORK() [all …]
|