HomeSort by relevance Sort by last modified time
    Searched refs:testfile3 (Results 1 - 11 of 11) sorted by null

  /external/ltp/testcases/kernel/syscalls/futimesat/
futimesat01.c 53 static char *testfile3; variable
106 SAFE_ASPRINTF(cleanup, &testfile3, "%s/futimesatfile3.txt", abs_path);
117 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
123 filenames[1] = testfile3;
135 free(testfile3);
  /external/ltp/testcases/kernel/syscalls/unlinkat/
unlinkat01.c 59 static char *testfile3; variable
111 SAFE_ASPRINTF(cleanup, &testfile3, "%s/unlinkatfile3.txt", abs_path);
124 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
131 filenames[1] = testfile3;
144 free(testfile3);
  /external/elfutils/tests/
run-readelf-test1.sh 25 testfiles testfile3
29 testrun ${abs_top_builddir}/src/readelf -r testfile3 > testfile.temp
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.
    [all...]
run-find-prologues.sh 21 testfile25 testfile3 testfile4 testfile5 testfile6
54 testrun_compare ${abs_builddir}/find-prologues -e testfile3 <<\EOF
Makefile.am 157 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
  /external/ltp/testcases/kernel/syscalls/faccessat/
faccessat01.c 60 static char testfile3[256]; variable
123 sprintf(testfile3, "faccessattestdir%d/faccessattestfile%d.txt", p, p);
135 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
142 filenames[5] = testfile3;
  /external/ltp/testcases/kernel/syscalls/fstatat/
fstatat01.c 54 static char *testfile3; variable
123 SAFE_ASPRINTF(cleanup, &testfile3, "%s/fstatattestfile3.txt", abs_path);
134 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
141 filenames[1] = testfile3;
153 free(testfile3);
  /external/ltp/testcases/kernel/syscalls/fchmodat/
fchmodat01.c 60 char testfile3[256]; variable
121 sprintf(testfile3, "fchmodattestdir%d/fchmodattest%d.txt", p, p);
133 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
139 filenames[5] = testfile3;
  /external/ltp/testcases/kernel/syscalls/mknodat/
mknodat01.c 50 static char testfile3[256]; variable
63 {&dir_fd, testfile3, 0, 0},
136 sprintf(testfile3, "%s/mknodattestfile3%d", tmpdir, getpid());
148 SAFE_UNLINK(cleanup, testfile3);
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
compress.exp 29 set testfile3 tmpdir/dw2-3
61 if { ![binutils_assemble_flags $srcdir/$subdir/dw2-3.S ${testfile3}.o --nocompress-debug-sections] } then {
404 set got [binutils_run $OBJCOPY "--compress-debug-sections=zlib-gabi ${testfile3}.o ${copyfile}gabi.o"]
430 send_log "cmp ${testfile3}.o ${copyfile}gabi.o\n"
431 verbose "cmp ${testfile3}.o ${copyfile}gabi.o"
432 set src1 ${testfile3}.o
586 global testfile3
591 if { ![binutils_assemble_flags $srcdir/$subdir/dw2-3.S ${testfile3}.o "$as_flags"] } then {
596 set got [binutils_run $OBJCOPY "$objcop_flags ${testfile3}.o ${copyfile}.o"]

Completed in 184 milliseconds