Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c4584 static const char file1_s4d2[] = TMP_DIR "/s4d1/s4d2/f1"; variable
5015 EXPECT_EQ(EACCES, test_open(file1_s4d2, O_RDONLY)); in TEST_F_FORK()
5216 EXPECT_EQ(0, test_open(file1_s4d2, O_RDONLY)) in TEST_F_FORK()
5218 TH_LOG("Failed to open %s after link: %s", file1_s4d2, in TEST_F_FORK()