Home
last modified time | relevance | path

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

/trunk/main/solenv/inc/
H A D_tg_def.mk85 @-$(RM) $@.tmpfile
202 @+-$(RM) $@.tmpfile
369 @-$(RM) $@.tmpfile
486 @+-$(RM) $@.tmpfile
653 @-$(RM) $@.tmpfile
770 @+-$(RM) $@.tmpfile
937 @-$(RM) $@.tmpfile
1221 @-$(RM) $@.tmpfile
1505 @-$(RM) $@.tmpfile
1789 @-$(RM) $@.tmpfile
[all …]
H A Dtg_def.mk90 @-$(RM) $@.tmpfile
94 @echo HEAPSIZE 0 >>$@.tmpfile
96 @echo EXPORTS >>$@.tmpfile
99 @echo GetVersionInfo >>$@.tmpfile
121 @echo $(DEF$(TNR)EXPORT1) >>$@.tmpfile
188 @$(RENAME) $@.tmpfile $@
207 @+-$(RM) $@.tmpfile
210 @echo DATA MULTIPLE >>$@.tmpfile
211 @echo EXPORTS >>$@.tmpfile
286 @fix_def_ord < $@.exptmpfile >> $@.tmpfile
[all …]
H A Dtg_wntx64.mk131 @-$(RM) $@.tmpfile
135 @echo HEAPSIZE 0 >>$@.tmpfile
136 @echo EXPORTS >>$@.tmpfile
138 @echo GetVersionInfo >>$@.tmpfile
155 @echo $(DEF1EXPORT1_X64) >>$@.tmpfile
161 @$(RENAME) $@.tmpfile $@
169 @-$(RM) $@.tmpfile
172 @echo HEAPSIZE 0 >>$@.tmpfile
173 @echo EXPORTS >>$@.tmpfile
175 @echo GetVersionInfo >>$@.tmpfile
[all …]
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java100 File tmpfile = new File(tmppath); in zipParcel() local
103 if (tmpfile.exists() == true) in zipParcel()
104 tmpfile.delete(); in zipParcel()
114 tmpfile.delete(); in zipParcel()
124 tmpfile.renameTo(targetfile); in zipParcel()
344 tmpfile.delete(); in unzipToZip()
354 tmpfile.delete(); in unzipToZip()
358 tmpfile.renameTo(targetDocument); in unzipToZip()
475 tmpfile.delete(); in removeParcel()
487 tmpfile.delete(); in removeParcel()
[all …]
/trunk/main/l10ntools/scripts/
H A Dlocalize.pl244 my ( $TMPFILE , $tmpfile ) = File::Temp::tempfile();
245 if( open DESTFILE , "+> $tmpfile " ){
252 if( copy( $tmpfile , $current_l10n_file ) ){
259 unlink $tmpfile;
300 my ( $TMPHANDLE , $tmpfile ) = File::Temp::tempfile();
307 $command .= " -k -c -wcf $tmpfile -wef $errfile -l \"\" $sdffile";
321 $sdffile = $tmpfile;
H A Dlocalize_old.pl239 my ( $TMPFILE , $tmpfile ) = File::Temp::tempfile();
240 if( open DESTFILE , "+> $tmpfile " ){
247 if( copy( $tmpfile , $localizeFile ) ){
254 unlink $tmpfile;
297 my ( $TMPHANDLE , $tmpfile ) = File::Temp::tempfile();
/trunk/main/crashrep/source/unx/
H A Dmain.cxx513 FILE *fptemp = tmpfile(); in send_crash_report()
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx845 FILE* pTmpFile = tmpfile(); in PSUploadFont()
/trunk/main/extensions/source/scanner/
H A Dsane.cxx714 FILE* pFrame = tmpfile(); in Start()

Completed in 58 milliseconds