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

  /external/elfutils/tests/
run-arsymtest.sh 18 testfile=arsymtest.test
29 sort $tmpfile > $testfile
33 if cmp $okfile $testfile; then
35 rm $testfile $okfile
run-strip-test.sh 23 ../src/strip -o testfile.temp testfile11
25 cmp testfile7 testfile.temp
29 ../src/elflint -q testfile.temp
31 rm -f testfile11 testfile7 testfile.temp
run-strip-test2.sh 23 ../src/strip -o testfile.temp testfile8
25 cmp testfile9 testfile.temp
29 ../src/elflint -q testfile.temp
31 rm -f testfile8 testfile9 testfile.temp
run-strip-test3.sh 23 ../src/strip -o testfile.temp testfile12
25 cmp testfile13 testfile.temp
29 ../src/elflint -q testfile.temp
31 rm -f testfile12 testfile13 testfile.temp
run-get-files.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
22 ./get-files testfile testfile2 > get-files.out
62 rm -f testfile testfil2 get-files.out
run-get-pubnames.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
22 ./get-pubnames testfile testfile2 > get-pubnames.out
51 rm -f testfile testfile2 get-pubnames.out
run-get-aranges.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
22 ./get-aranges testfile testfile2 > get-aranges.out
69 rm -f testfile testfile2 get-aranges.out
run-get-lines.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
22 ./get-lines testfile testfile2 > get-lines.out
65 rm -f testfile testfile2 get-lines.out
Makefile.am 49 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
run-show-abbrev.sh 17 bunzip2 -c $srcdir/testfile.bz2 > testfile 2>/dev/null || exit 0
22 ./show-abbrev testfile testfile2 > show-abbrev.out
353 rm -f testfile testfile2 show-abbrev.out
Makefile 326 testfile.bz2 testfile2.bz2 testfile3.bz2 testfile4.bz2 \
  /external/expat/conftools/
PrintPath 73 testfile="pp.t.$$"
75 cat > $testfile <<ENDTEST
83 if `/bin/sh $testfile 2>/dev/null`; then
88 rm -f $testfile
  /external/bluetooth/glib/tests/
unicode-encoding.c 312 gchar *testfile; local
327 testfile = g_strconcat (srcdir, G_DIR_SEPARATOR_S "utf8.txt", NULL);
329 g_file_get_contents (testfile, &contents, NULL, &error);

Completed in 114 milliseconds