Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr02.c70 #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/
Dumount2_03.c35 #define SYMLINK "symlink" macro
53 {SYMLINK, EINVAL,
105 SAFE_SYMLINK(cleanup, MNTPOINT, SYMLINK); in setup()
/external/mesa3d/bin/
Dminstall11 SYMLINK="ln -s"
83 $SYMLINK "$TARGET" "$FILE"
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c254 #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()