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

1 2 3

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
sendEmailAlert.sh 62 tmpfile="/tmp/sendEmailAlert.sh.tmp";
63 echo "" > $tmpfile;
66 echo "Eclipse RSS Feed has been updated." >> $tmpfile;
67 echo "" >> $tmpfile;
68 echo "Here's what happened:" >> $tmpfile;
69 echo "" >> $tmpfile;
71 if [ "x$xpath" != "x" ]; then echo "Changed Node: "$xpath >> $tmpfile; fi
72 if [ "x$oldvalue" != "x" ]; then echo "Old Value: "$oldvalue >> $tmpfile; fi
73 if [ "x$newvalue" != "x" ]; then echo "New Value: "$newvalue >> $tmpfile; fi
74 if [ "x$feedURL" != "x" ]; then echo "Feed URL: "$feedURL >> $tmpfile; f
    [all...]
  /external/libpng/tests/
pngstest 12 exec ./pngstest --strict --tmpfile "${pattern}" --log ${1+"$@"}\
pngstest-error 8 if ./pngstest --strict --tmpfile "error" --log "$@" "$t"
  /dalvik/opcode-gen/
opcode-gen 27 tmpfile="/tmp/$$.txt"
59 "$file" > "$tmpfile"
62 cp "$tmpfile" "$file"
63 rm "$tmpfile"
  /external/bison/lib/
stdio--.h 34 # undef tmpfile macro
35 # define tmpfile tmpfile_safer macro
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
fake_stdin.cc 16 FILE* fake_stdin = tmpfile();
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-pgo.py 25 tmpfile = test.read(test.built_file_path('linker_options.txt', chdir=CHDIR))
26 return any(line.find('PGOPTIMIZE') for line in tmpfile)
  /external/clang/test/Analysis/
stream.c 9 extern FILE *tmpfile(void);
57 FILE *p = tmpfile();
  /external/ltrace/
memstream.c 38 memstream->stream = tmpfile();
  /art/runtime/base/unix_file/
fd_file_test.cc 27 return new FdFile(fileno(tmpfile()), false);
  /bionic/libc/bionic/
tmpfile.cpp 101 FILE* tmpfile() { function
  /bionic/libstdc++/include/
cstdio 82 using ::tmpfile;
  /bionic/tests/
sys_stat_test.cpp 27 FILE* fp = tmpfile();
stdio_test.cpp 50 FILE* fp = tmpfile();
93 FILE* fp = tmpfile();
128 FILE* fp = tmpfile();
153 FILE* fp = tmpfile();
195 FILE* fp = tmpfile();
475 ASSERT_NE(nullptr, fp = tmpfile());
486 ASSERT_NE(nullptr, fp = tmpfile());
578 FILE* fp = tmpfile();
  /external/jpeg/
jmemansi.c 10 * assumes that you have the ANSI-standard library routine tmpfile().
126 /* Since this implementation uses tmpfile() to create the file,
135 * This version uses tmpfile(), which constructs a suitable file name
144 if ((info->temp_file = tmpfile()) == NULL)
  /external/e2fsprogs/lib/ext2fs/
tst_badblocks.c 177 f = tmpfile();
232 f = tmpfile();
  /external/libpng/contrib/gregbook/
wpng.c 160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ local
209 tmpfile = fopen("/etc/config/system.glGammaVal", "r");
210 if (tmpfile) {
213 fgets(tmpline, 80, tmpfile);
214 fclose(tmpfile);
  /external/openssl/
import_openssl.sh 261 local tmpfile=$(mktemp tmp.XXXXXXXXXX)
263 grep -v -e -DOPENSSL_NO_DEPRECATED) > $tmpfile
264 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
265 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))
266 rm -f $tmpfile
  /external/bison/darwin-lib/
stdio.h 1405 # undef tmpfile macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1405 # undef tmpfile macro
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 342 self.tmpfile = os.fdopen(self.fd, 'r+')
348 self.tmpfile.close()
355 return self.tmpfile.read().strip()
371 result = self.tmpfile.read().rstrip()
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
video_source.h 70 return tmpfile();
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
dbg-objfmt.c 48 objfmt_dbg->dbgfile = tmpfile();
  /external/chromium_org/tools/relocation_packer/src/
elf_file_unittest.cc 54 FILE* temporary = tmpfile();
  /external/libpng/contrib/libtests/
timepng.c 225 FILE *fp = tmpfile();

Completed in 1204 milliseconds

1 2 3