Home
last modified time | relevance | path

Searched refs:tmpfile (Results 1 – 25 of 64) sorted by relevance

123

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
DsendEmailAlert.sh62 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; fi
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileOutputStreamTest.java266 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel() local
267 tmpfile.deleteOnExit(); in test_getChannel()
268 FileOutputStream fos = new FileOutputStream(tmpfile); in test_getChannel()
272 FileOutputStream f = new FileOutputStream(tmpfile, true); in test_getChannel()
278 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_Append() local
279 tmpfile.deleteOnExit(); in test_getChannel_Append()
280 FileOutputStream fos = new FileOutputStream(tmpfile, true); in test_getChannel_Append()
299 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_UnAppend() local
300 tmpfile.deleteOnExit(); in test_getChannel_UnAppend()
301 FileOutputStream fos = new FileOutputStream(tmpfile, false); in test_getChannel_UnAppend()
[all …]
/external/v8/test/sputnik/
Dtestcfg.py41 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/elfutils/tests/
Drun-arsymtest.sh31 tmpfile=arsymtest.tmp
34 tempfiles $okfile $tmpfile $testfile
44 testrun ./arsymtest $lib $tmpfile || exit 1
45 sort $tmpfile > $testfile
/external/chromium/chrome/browser/chromeos/login/
Downer_key_utils_unittest.cc48 FilePath tmpfile; in TEST_F() local
50 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(tmpdir.path(), &tmpfile)); in TEST_F()
51 ASSERT_TRUE(utils_->ExportPublicKeyToFile(pair.get(), tmpfile)); in TEST_F()
57 ASSERT_TRUE(utils_->ImportPublicKey(tmpfile, &from_disk)); in TEST_F()
/external/bison/lib/
Dstdio--.h34 # undef tmpfile
35 # define tmpfile tmpfile_safer macro
Dstdio.in.h1084 # define tmpfile rpl_tmpfile
1086 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1087 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1089 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1091 _GL_CXXALIASWARN (tmpfile);
1093 # undef tmpfile
1095 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
/external/openssl/
Dimport_openssl.sh180 declare -r tmpfile=$(mktemp)
181 …efile | 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/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dport_testcase.py108 tmpfd, tmpfile = port._filesystem.open_binary_tempfile('')
114 self.assertTrue(port.diff_image(contents1, contents2, tmpfile))
116 port._filesystem.remove(tmpfile)
/external/clang/test/Analysis/
Dstream.c9 extern FILE *tmpfile(void);
57 FILE *p = tmpfile(); in f7()
/external/libpng/contrib/gregbook/
Dwpng.c160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ in main() local
209 tmpfile = fopen("/etc/config/system.glGammaVal", "r"); in main()
210 if (tmpfile) { in main()
213 fgets(tmpline, 80, tmpfile); in main()
214 fclose(tmpfile); in main()
/external/bison/darwin-lib/
Dstdio.h1396 # define tmpfile rpl_tmpfile
1398 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1399 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1401 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1403 _GL_CXXALIASWARN (tmpfile);
1405 # undef tmpfile
1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
/external/bison/linux-lib/
Dstdio.h1396 # define tmpfile rpl_tmpfile
1398 _GL_FUNCDECL_RPL (tmpfile, FILE *, (void));
1399 _GL_CXXALIAS_RPL (tmpfile, FILE *, (void));
1401 _GL_CXXALIAS_SYS (tmpfile, FILE *, (void));
1403 _GL_CXXALIASWARN (tmpfile);
1405 # undef tmpfile
1407 _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - "
/external/e2fsprogs/lib/ext2fs/
Dtst_badblocks.c177 f = tmpfile(); in file_test()
232 f = tmpfile(); in file_test_invalid()
/external/jpeg/
Djmemansi.c144 if ((info->temp_file = tmpfile()) == NULL) in jpeg_open_backing_store()
Dfilelist.doc114 jmemansi.c Makes temporary files with ANSI-standard routine tmpfile().
/external/qemu/distrib/jpeg-6b/
Djmemansi.c144 if ((info->temp_file = tmpfile()) == NULL) in jpeg_open_backing_store()
/external/stlport/stlport/stl/
D_cstdio.h108 using _STLP_VENDOR_CSTD::tmpfile;
/external/libmtp/examples/
Ddetect.c213 FILE *xmltmp = tmpfile(); in main()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h584 tmpfile, enumerator
/external/v8/src/
Dplatform-posix.cc232 return tmpfile(); in OpenTemporaryFile()
/external/bison/m4/
Dstdio_h.m478 renameat snprintf tmpfile vdprintf vsnprintf])
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DFileChannelTest.java1610 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_position_append() local
1611 tmpfile.deleteOnExit(); in test_position_append()
1612 FileOutputStream fos = new FileOutputStream(tmpfile); in test_position_append()
1620 FileOutputStream f = new FileOutputStream(tmpfile, true); in test_position_append()
/external/valgrind/main/
Dconfigure.in86 tmpfile="tmp-xxx-yyy-zzz"
87 touch $tmpfile;
88 if diff -u $tmpfile $tmpfile ; then
95 rm $tmpfile
/external/libvorbis/vq/
Dvqgen.c266 v->asciipoints=tmpfile(); in vqgen_init()

123