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

1 2 3 4 5 6 7 8

  /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
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileOutputStreamTest.java 284 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
285 tmpfile.deleteOnExit();
286 FileOutputStream fos = new FileOutputStream(tmpfile);
290 FileOutputStream f = new FileOutputStream(tmpfile, true);
296 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
297 tmpfile.deleteOnExit();
298 FileOutputStream fos = new FileOutputStream(tmpfile, true);
317 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
318 tmpfile.deleteOnExit();
319 FileOutputStream fos = new FileOutputStream(tmpfile, false)
338 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
352 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
367 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
381 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
    [all...]
  /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();
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 53 stderr = tmpfile ();
  /external/scrypt/
import_scrypt.sh 183 declare -r tmpfile=$(mktemp)
184 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS=) > $tmpfile
186 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
187 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))
188 rm -f $tmpfile
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 94 File tmpfile = File.createTempFile("rst", null, getFilesDir()); local
99 crc = copyBackupToFile(data, tmpfile, data.getDataSize());
101 FileInputStream infstream = new FileInputStream(tmpfile);
157 writeBackupState(tmpfile.length(), crc, newState);
161 tmpfile.delete();
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 80 using ::tmpfile;
  /ndk/sources/cxx-stl/system/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdio 78 using ::tmpfile;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdio 78 using ::tmpfile;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 80 using ::tmpfile;

Completed in 804 milliseconds

1 2 3 4 5 6 7 8