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

1 2 3 4 5 6

  /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...]
  /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/elfutils/tests/
run-arsymtest.sh 31 tmpfile=arsymtest.tmp
34 tempfiles $okfile $tmpfile $testfile
44 testrun ./arsymtest $lib $tmpfile || exit 1
45 sort $tmpfile > $testfile
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileOutputStreamTest.java 266 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
267 tmpfile.deleteOnExit();
268 FileOutputStream fos = new FileOutputStream(tmpfile);
272 FileOutputStream f = new FileOutputStream(tmpfile, true);
278 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
279 tmpfile.deleteOnExit();
280 FileOutputStream fos = new FileOutputStream(tmpfile, true);
299 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
300 tmpfile.deleteOnExit();
301 FileOutputStream fos = new FileOutputStream(tmpfile, false)
320 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
334 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
349 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
363 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
owner_key_utils_unittest.cc 48 FilePath tmpfile; local
50 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(tmpdir.path(), &tmpfile));
51 ASSERT_TRUE(utils_->ExportPublicKeyToFile(pair.get(), tmpfile));
57 ASSERT_TRUE(utils_->ImportPublicKey(tmpfile, &from_disk));
  /external/v8/test/sputnik/
testcfg.py 41 self.tmpfile = None
54 self.tmpfile = sputnik.TempFile(suffix='.js', prefix='sputnik-', text=True)
55 self.tmpfile.Write(self.GetSource())
56 self.tmpfile.Close()
60 if result is None or not result.HasPreciousOutput(): self.tmpfile.Dispose()
61 self.tmpfile = None
65 result.append(self.tmpfile.name)
  /external/clang/test/Analysis/
stream.c 9 extern FILE *tmpfile(void);
57 FILE *p = tmpfile();
  /art/runtime/base/unix_file/
fd_file_test.cc 26 return new FdFile(fileno(tmpfile()));
  /bionic/tests/
sys_stat_test.cpp 24 FILE* fp = tmpfile();
stdio_test.cpp 26 FILE* fp = tmpfile();
51 FILE* fp = tmpfile();
86 FILE* fp = tmpfile();
109 FILE* fp = tmpfile();
151 FILE* fp = tmpfile();
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 53 stderr = tmpfile ();
  /external/chromium_org/third_party/openssl/openssl/
import_openssl.sh 180 declare -r tmpfile=$(mktemp)
181 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS= | grep -v -e -DOPENSSL_NO_DEPRECATED) > $tmpfile
183 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
184 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))
185 rm -f $tmpfile
  /external/openssl/
import_openssl.sh 180 declare -r tmpfile=$(mktemp)
181 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS= | grep -v -e -DOPENSSL_NO_DEPRECATED) > $tmpfile
183 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
184 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))
185 rm -f $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();
  /bionic/libstdc++/include/
cstdio 80 using ::tmpfile;
  /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;

Completed in 1229 milliseconds

1 2 3 4 5 6