Searched refs:tmpfile (Results 1 - 25 of 63) sorted by relevance

123

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
H A 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; f
[all...]
/external/strace/tests/
H A Dread-write.test11 tmpfile=read-write-tmpfile
12 > $tmpfile
16 -P $tmpfile -P /dev/zero -P /dev/null
18 rm -f $tmpfile
H A Dpread64-pwrite64.test11 tmpfile=pread64-pwrite64-tmpfile
12 > $tmpfile
16 -P $tmpfile -P /dev/zero -P /dev/null
18 rm -f $tmpfile
/external/strace/tests-m32/
H A Dread-write.test11 tmpfile=read-write-tmpfile
12 > $tmpfile
16 -P $tmpfile -P /dev/zero -P /dev/null
18 rm -f $tmpfile
H A Dpread64-pwrite64.test11 tmpfile=pread64-pwrite64-tmpfile
12 > $tmpfile
16 -P $tmpfile -P /dev/zero -P /dev/null
18 rm -f $tmpfile
/external/strace/tests-mx32/
H A Dread-write.test11 tmpfile=read-write-tmpfile
12 > $tmpfile
16 -P $tmpfile -P /dev/zero -P /dev/null
18 rm -f $tmpfile
H A Dpread64-pwrite64.test11 tmpfile=pread64-pwrite64-tmpfile
12 > $tmpfile
16 -P $tmpfile -P /dev/zero -P /dev/null
18 rm -f $tmpfile
/external/parameter-framework/upstream/tools/xmlGenerator/
H A DlightRoutingUpdate.sh42 tmpfile="/tmp/pfw_commands"
80 echo > "${tmpfile}"
86 echo "setTuningMode on" >> "${tmpfile}"
87 echo "setAutoSync off" >> "${tmpfile}"
94 echo "deleteDomain $domain" >> "${tmpfile}"
103 | $(dirname $0)/PFWScriptGenerator.py --output-kind pfw >> "${tmpfile}"
106 echo "setAutoSync off" >> "${tmpfile}"
107 echo "setTuningMode off" >> "${tmpfile}"
128 "${tmpfile}"
130 echo "set -xeu" > "${tmpfile}
[all...]
/external/toybox/tests/
H A Dcksum.test10 echo -n "hello" > tmpfile
11 testing "on file" "cksum tmpfile" "3287646509 5 tmpfile\n" "" ""
12 rm -f tmpfile
/external/bison/lib/
H A Dstdio--.h34 # undef tmpfile macro
35 # define tmpfile tmpfile_safer macro
/external/elfutils/tests/
H A Drun-arsymtest.sh23 tmpfile=arsymtest.tmp
26 tempfiles $okfile $tmpfile $testfile
36 testrun ${abs_builddir}/arsymtest $lib $tmpfile || exit 1
37 sort $tmpfile > $testfile
/external/ltp/testcases/commands/at/
H A Dat_allow0139 tmpfile="$TMP/at_allow_test"
52 rm "${tmpfile}" >/dev/null 2>&1
102 rm "${tmpfile}" >/dev/null 2>&1
116 echo "echo 'TEST JOB RAN' >>\"${tmpfile}\" 2>&1" |
125 test -e "${tmpfile}" && exit_code=0
132 rm -f "${tmpfile}" >/dev/null 2>&1
142 echo "echo 'TEST JOB RAN' >>\"${tmpfile}\" 2>&1" |
150 test -e "${tmpfile}" || exit_code=0
157 rm -f "${tmpfile}" >/dev/null 2>&1
H A Dat_deny0137 tmpfile="$TMP/at_deny_test"
50 rm "${tmpfile}" >/dev/null 2>&1
106 rm "${tmpfile}" >/dev/null 2>&1
124 echo "echo 'TEST JOB RAN' >>\"${tmpfile}\" 2>&1" |
133 test -e "${tmpfile}" && exit_code=0
140 rm -f "${tmpfile}" >/dev/null 2>&1
150 echo "echo 'TEST JOB RAN' >>\"${tmpfile}\" 2>&1" |
158 test -e "${tmpfile}" || exit_code=0
165 rm -f "${tmpfile}" >/dev/null 2>&1
/external/autotest/server/self-test/
H A Dutils_test.py32 tmpfile = file(tmppath, 'w')
33 print >> tmpfile, 'Test string'
34 tmpfile.close()
35 tmpfile = file(tmppath)
36 newtmppath = utils.get(tmpfile)
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc93 char tmpfile[128]; local
94 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp.");
95 fd_t fd = OpenFile(tmpfile, WrOnly);
104 EXPECT_TRUE(FileExists(tmpfile));
106 fd = OpenFile(tmpfile, RdOnly);
115 EXPECT_EQ(0u, internal_stat(tmpfile, &st1));
116 EXPECT_EQ(0u, internal_lstat(tmpfile, &st2));
145 ::DeleteFileA(&tmpfile[0]);
147 internal_unlink(tmpfile);
215 char tmpfile[128]; local
[all...]
/external/vulkan-validation-layers/demos/smoke/
H A Dglsl-to-spirv43 def compile_glsl(filename, tmpfile):
46 args = [validator, "-V", "-H", "-o", tmpfile, filename]
54 with open(tmpfile, "rb") as f:
67 os.remove(tmpfile)
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-vmxcopy.c43 char tmpfile[] = "/tmp/page_faultXXXXXX"; local
50 fd = mkstemp(tmpfile);
57 unlink(tmpfile);
/external/parameter-framework/support/android/asio/
H A Dasio_shrinker.sh100 tmpfile=$(mktemp)
106 list_compiled_files "$ANDROID_PRODUCT_OUT" $tmpfile
109 list_compiled_files "$ANDROID_HOST_OUT" $tmpfile
115 -e 's@ @\n@' $tmpfile | \
118 rm $tmpfile
/external/autotest/server/
H A Dbase_utils.py70 tmpfile = os.path.join(tmpdir, "file")
71 tmpfileobj = file(tmpfile, 'w')
74 return tmpfile
79 tmpfile = os.path.join(tmpdir, os.path.basename(location))
80 utils.urlretrieve(location, tmpfile)
81 return tmpfile
89 tmpfile = os.path.join(tmpdir, os.path.basename(location))
91 tmpfile += '/'
92 shutil.copytree(location, tmpfile, symlinks=True)
93 return tmpfile
[all...]
/external/ltp/testcases/network/stress/multicast/grp-operation/
H A Dmcast4-grpope01178 tmpfile=$TMPDIR/ns-mcast_join.$$
179 ns-mcast_join -f 4 -I $lhost_ifname -n $MCASTNUM_HEAVY -p $MCAST_ADDR_PREFIX > $tmpfile
182 rm -f $tmpfile
185 msg=`cat $tmpfile | grep groups`
187 rm -f $tmpfile
H A Dmcast4-grpope02187 tmpfile=$TMPDIR/ns-mcast_join.$$
188 ns-mcast_join -m -f 4 -I $lhost_ifname -n $MCASTNUM_HEAVY -p $MCAST_ADDR_PREFIX > $tmpfile
191 rm -f $tmpfile
194 msg=`cat $tmpfile | grep groups`
196 rm -f $tmpfile
H A Dmcast6-grpope01175 tmpfile=$TMPDIR/ns-mcast_join.$$
176 ns-mcast_join -f 6 -I $lhost_ifname -n $MCASTNUM_HEAVY -p $MCAST_ADDR_PREFIX > $tmpfile
179 rm -f $tmpfile
182 msg=`cat $tmpfile | grep groups`
184 rm -f $tmpfile
H A Dmcast6-grpope02184 tmpfile=$TMPDIR/ns-mcast_join.$$
185 ns-mcast_join -m -f 6 -I $lhost_ifname -n $MCASTNUM_HEAVY -p $MCAST_ADDR_PREFIX > $tmpfile
188 rm -f $tmpfile
191 msg=`cat $tmpfile | grep groups`
193 rm -f $tmpfile
/external/autotest/client/tests/spew/
H A Dspew.py27 tmpfile = os.path.join(testdir, 'spew-test.%d' % os.getpid())
30 (type, pattern, filesize, tmpfile)
/external/clang/test/Analysis/
H A Dstream.c9 extern FILE *tmpfile(void);
57 FILE *p = tmpfile();

Completed in 1402 milliseconds

123