Searched refs:test_open_rel (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 382 static int test_open_rel(const int dirfd, const char *const path, in test_open_rel() function 402 return test_open_rel(AT_FDCWD, path, flags); in test_open() 1762 test_open_rel(dirfd, "..", O_RDONLY)); in test_relative_path() 1763 ASSERT_EQ(0, test_open_rel(dirfd, ".", O_RDONLY)); in test_relative_path() 1767 ASSERT_EQ(0, test_open_rel(dirfd, "./s2d3", O_RDONLY)); in test_relative_path() 1770 ASSERT_EQ(0, test_open_rel(dirfd, "./s1d3", O_RDONLY)); in test_relative_path() 1775 ASSERT_EQ(0, test_open_rel(dirfd, "/..", O_RDONLY)); in test_relative_path() 1776 ASSERT_EQ(0, test_open_rel(dirfd, "/", O_RDONLY)); in test_relative_path() 1777 ASSERT_EQ(0, test_open_rel(dirfd, "/f1", O_RDONLY)); in test_relative_path() 1778 ASSERT_EQ(0, test_open_rel(dirfd, "/s1d3", O_RDONLY)); in test_relative_path() [all …]
|