Home
last modified time | relevance | path

Searched refs:tmpfile (Results 1 – 25 of 68) 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/scrypt/
Dimport_scrypt.sh183 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
/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/chromium_org/third_party/openssl/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/clang/test/Analysis/
Dstream.c9 extern FILE *tmpfile(void);
57 FILE *p = tmpfile(); in f7()
/external/chromium_org/tools/gyp/test/win/
Dgyptest-link-pgo.py25 tmpfile = test.read(test.built_file_path('linker_options.txt', chdir=CHDIR))
26 return any(line.find('PGOPTIMIZE') for line in tmpfile)
/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/e2fsprogs/lib/ext2fs/
Dtst_badblocks.c177 f = tmpfile(); in file_test()
232 f = tmpfile(); in file_test_invalid()
/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/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/qemu/distrib/jpeg-6b/
Djmemansi.c144 if ((info->temp_file = tmpfile()) == NULL) in jpeg_open_backing_store()
/external/jpeg/
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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
Ddbg-objfmt.c48 objfmt_dbg->dbgfile = tmpfile(); in dbg_objfmt_create()
/external/libmtp/examples/
Ddetect.c213 FILE *xmltmp = tmpfile(); in main()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h596 tmpfile, enumerator
/external/v8/src/
Dplatform-posix.cc232 return tmpfile(); in OpenTemporaryFile()
/external/bison/m4/
Dstdio_h.m478 renameat snprintf tmpfile vdprintf vsnprintf])
/external/chromium_org/v8/src/
Dplatform-posix.cc388 return tmpfile(); in OpenTemporaryFile()

123