HomeSort by relevance Sort by last modified time
    Searched refs:SAFE_SYMLINK (Results 1 - 25 of 47) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/open/
open07.c 168 SAFE_SYMLINK(cleanup, file1, file2);
181 SAFE_SYMLINK(cleanup, file1, file2);
195 SAFE_SYMLINK(cleanup, file1, file2);
197 SAFE_SYMLINK(cleanup, file2, file3);
211 SAFE_SYMLINK(cleanup, file1, file2);
213 SAFE_SYMLINK(cleanup, file2, file3);
226 SAFE_SYMLINK(cleanup, file1, file2);
  /external/ltp/testcases/kernel/syscalls/access/
access02.c 193 SAFE_SYMLINK(FNAME_F, SNAME_F);
194 SAFE_SYMLINK(FNAME_R, SNAME_R);
195 SAFE_SYMLINK(FNAME_W, SNAME_W);
196 SAFE_SYMLINK(FNAME_X, SNAME_X);
access04.c 119 SAFE_SYMLINK(SNAME1, SNAME2);
120 SAFE_SYMLINK(SNAME2, SNAME1);
  /external/ltp/testcases/kernel/syscalls/chroot/
chroot03.c 160 SAFE_SYMLINK(cleanup, "sym_dir1/", "sym_dir2");
161 SAFE_SYMLINK(cleanup, "sym_dir2/", "sym_dir1");
  /external/ltp/testcases/kernel/syscalls/statvfs/
statvfs02.c 87 SAFE_SYMLINK(cleanup, TEST_SYMLINK, "statfs_symlink_2");
88 SAFE_SYMLINK(cleanup, "statfs_symlink_2", TEST_SYMLINK);
  /external/ltp/testcases/kernel/syscalls/readlink/
readlink03.c 133 SAFE_SYMLINK(cleanup, TEST_FILE1, SYM_FILE1);
137 SAFE_SYMLINK(cleanup, TEST_FILE2, SYM_FILE2);
148 SAFE_SYMLINK(cleanup, "../test_eloop", "test_eloop/test_eloop");
readlink01.c 181 SAFE_SYMLINK(cleanup, TESTFILE, SYMFILE);
  /external/ltp/testcases/kernel/syscalls/chdir/
chdir01.c 115 SAFE_SYMLINK(cleanup, "test_eloop1", "test_eloop2");
116 SAFE_SYMLINK(cleanup, "test_eloop2", "test_eloop1");
  /external/ltp/testcases/kernel/syscalls/statfs/
statfs02.c 113 SAFE_SYMLINK(cleanup, TEST_SYMLINK, "statfs_symlink_2");
114 SAFE_SYMLINK(cleanup, "statfs_symlink_2", TEST_SYMLINK);
  /external/ltp/testcases/kernel/syscalls/creat/
creat06.c 139 SAFE_SYMLINK(TEST7_FILE, "test_file_eloop2");
140 SAFE_SYMLINK("test_file_eloop2", TEST7_FILE);
  /external/ltp/testcases/kernel/syscalls/mkdirat/
mkdirat02.c 107 SAFE_SYMLINK(cleanup, "../test_eloop", "test_eloop/test_eloop");
110 SAFE_SYMLINK(cleanup, "../test_eloop",
  /external/ltp/testcases/kernel/syscalls/getcwd/
getcwd03.c 97 SAFE_SYMLINK(dir, dir_link);
  /external/ltp/testcases/kernel/syscalls/lgetxattr/
lgetxattr01.c 64 SAFE_SYMLINK("testfile", "symlink");
lgetxattr02.c 83 SAFE_SYMLINK("testfile", "symlink");
  /external/ltp/testcases/kernel/syscalls/llistxattr/
llistxattr01.c 88 SAFE_SYMLINK(TESTFILE, SYMLINK);
llistxattr02.c 92 SAFE_SYMLINK(TESTFILE, SYMLINK);
  /external/ltp/testcases/kernel/syscalls/lstat/
lstat03.c 112 SAFE_SYMLINK(cleanup, TESTFILE, SFILE);
  /external/ltp/testcases/kernel/syscalls/readlinkat/
readlinkat02.c 94 SAFE_SYMLINK(cleanup, TEST_FILE, SYMLINK_FILE);
  /external/ltp/testcases/kernel/syscalls/acct/
acct01.c 140 SAFE_SYMLINK(cleanup, TEST_FILE6, "test_file_eloop2");
141 SAFE_SYMLINK(cleanup, "test_file_eloop2", TEST_FILE6);
  /external/ltp/testcases/kernel/syscalls/chmod/
chmod06.c 211 SAFE_SYMLINK(cleanup, "test_file4", "test_file5");
212 SAFE_SYMLINK(cleanup, "test_file5", "test_file4");
  /external/ltp/testcases/kernel/syscalls/chown/
chown04.c 165 SAFE_SYMLINK(cleanup, "test_eloop1", "test_eloop2");
166 SAFE_SYMLINK(cleanup, "test_eloop2", "test_eloop1");
  /external/ltp/testcases/kernel/syscalls/linkat/
linkat02.c 167 SAFE_SYMLINK(cleanup, TEST_ELOOP, "test_file_eloop2");
168 SAFE_SYMLINK(cleanup, "test_file_eloop2", TEST_ELOOP);
  /external/ltp/testcases/kernel/syscalls/truncate/
truncate03.c 153 SAFE_SYMLINK(cleanup, TEST_SYM1, TEST_SYM2);
154 SAFE_SYMLINK(cleanup, TEST_SYM2, TEST_SYM1);
  /external/ltp/testcases/kernel/syscalls/fchownat/
fchownat02.c 90 SAFE_SYMLINK(cleanup, TESTFILE, TESTFILE_LINK);
  /external/ltp/testcases/kernel/syscalls/lchown/
lchown01.c 164 SAFE_SYMLINK(cleanup, TESTFILE, SFILE);

Completed in 1292 milliseconds

1 2