Searched refs:FOO_SYMLINK (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/openat2/ |
H A D | openat202.c | 10 #define FOO_SYMLINK "foo_symlink" macro 23 {"open symlinks", FOO_SYMLINK, 0, 0}, 28 {"resolve-no-symlinks", FOO_SYMLINK, RESOLVE_NO_SYMLINKS, ELOOP}, 37 SAFE_SYMLINK("/proc/version", FOO_SYMLINK); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
H A D | open_by_handle_at02.c | 17 #define FOO_SYMLINK "foo_symlink" macro 49 SAFE_SYMLINK(TEST_FILE, FOO_SYMLINK); in setup() 66 TEST(name_to_handle_at(AT_FDCWD, FOO_SYMLINK, link_fhp, &mount_id, 0)); in setup()
|
Completed in 1 milliseconds