Searched refs:testfile3 (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/kernel/syscalls/futimesat/ |
D | futimesat01.c | 53 static char *testfile3; variable 106 SAFE_ASPRINTF(cleanup, &testfile3, "%s/futimesatfile3.txt", abs_path); in setup() 117 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600); in setup() 123 filenames[1] = testfile3; in setup() 135 free(testfile3); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/unlinkat/ |
D | unlinkat01.c | 59 static char *testfile3; variable 111 SAFE_ASPRINTF(cleanup, &testfile3, "%s/unlinkatfile3.txt", abs_path); in setup() 124 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600); in setup() 131 filenames[1] = testfile3; in setup() 144 free(testfile3); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/fstatat/ |
D | fstatat01.c | 54 static char *testfile3; variable 123 SAFE_ASPRINTF(cleanup, &testfile3, "%s/fstatattestfile3.txt", abs_path); in setup() 134 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600); in setup() 141 filenames[1] = testfile3; in setup() 153 free(testfile3); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/fchmodat/ |
D | fchmodat01.c | 60 char testfile3[256]; variable 121 sprintf(testfile3, "fchmodattestdir%d/fchmodattest%d.txt", p, p); in setup() 133 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600); in setup() 139 filenames[5] = testfile3; in setup()
|
/external/ltp/testcases/kernel/syscalls/faccessat/ |
D | faccessat01.c | 60 static char testfile3[256]; variable 123 sprintf(testfile3, "faccessattestdir%d/faccessattestfile%d.txt", p, p); in setup() 135 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600); in setup() 142 filenames[5] = testfile3; in setup()
|
/external/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat01.c | 50 static char testfile3[256]; variable 63 {&dir_fd, testfile3, 0, 0}, 136 sprintf(testfile3, "%s/mknodattestfile3%d", tmpdir, getpid()); in setup() 148 SAFE_UNLINK(cleanup, testfile3); in clean()
|
/external/elfutils/tests/ |
D | run-strings-test.sh | 51 testfile3: f4 /lib/ld-linux.so.2 52 testfile3: 1c9 __gmon_start__ 53 testfile3: 1d8 libc.so.6 54 testfile3: 1e2 __cxa_finalize 55 testfile3: 1f1 __deregister_frame_info 56 testfile3: 209 _IO_stdin_used 57 testfile3: 218 __libc_start_main 58 testfile3: 22a __register_frame_info 59 testfile3: 240 GLIBC_2.1.3 60 testfile3: 24c GLIBC_2.0 [all …]
|
D | run-readelf-test1.sh | 25 testfiles testfile3 29 testrun ${abs_top_builddir}/src/readelf -r testfile3 > testfile.temp
|
D | run-find-prologues.sh | 21 testfile25 testfile3 testfile4 testfile5 testfile6 54 testrun_compare ${abs_builddir}/find-prologues -e testfile3 <<\EOF
|
D | Makefile.am | 157 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
|