Searched refs:SYMLINK (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr02.c | 70 #define SYMLINK "setxattr02symlink" macro 105 .fname = SYMLINK, 209 if (symlink(FILENAME, SYMLINK) == -1) in setup() 211 " failed", SYMLINK, FILENAME); in setup()
|
/external/ltp/testcases/kernel/syscalls/umount2/ |
D | umount2_03.c | 35 #define SYMLINK "symlink" macro 53 {SYMLINK, EINVAL, 105 SAFE_SYMLINK(cleanup, MNTPOINT, SYMLINK); in setup()
|
/external/mesa3d/bin/ |
D | minstall | 11 SYMLINK="ln -s" 83 $SYMLINK "$TARGET" "$FILE"
|
/external/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 254 #define SYMLINK "symlink01" macro 339 SYMLINK, 0, 0, 0, creat_symlink, ck_symlink, { 341 SYMLINK, 0, 0, 0, creat_symlink, ck_symlink, { 343 SYMLINK, 0, 0, 1, creat_both, ck_both, { 345 SYMLINK, 1, EEXIST, 2, creat_symlink, ck_symlink, { 347 SYMLINK, 1, ENAMETOOLONG, 3, creat_path_max, ck_path_max, { 457 SYMLINK, "symlink", 5, &test_objects[0], 975 if ((cktcsid(tc_ptr->tcid, SYMLINK)) || in do_syscalltests() 1026 if (cktcsid(tc_ptr->tcid, SYMLINK)) { in do_EEXIST() 1308 if (cktcsid(tc_ptr->tcid, SYMLINK)) { in do_ENAMETOOLONG()
|