Searched refs:SYM_FILE2 (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink03.c | 98 #define SYM_FILE2 "sfile_2" macro 126 TEST_FILE2, SYM_FILE2, "Specified symlink already exists", 325 if (symlink(TEST_FILE2, SYM_FILE2) < 0) { in setup2() 328 SYM_FILE2, errno); in setup2()
|
/external/ltp/testcases/kernel/syscalls/readlink/ |
D | readlink03.c | 58 #define SYM_FILE2 "sfile_2" macro 81 {SYM_FILE2, 0, EINVAL}, 137 SAFE_SYMLINK(cleanup, TEST_FILE2, SYM_FILE2); in setup()
|