Home
last modified time | relevance | path

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

/AOO41X/main/solenv/inc/
H A D_tg_def.mk85 @-$(RM) $@.tmpfile
87 @echo LIBRARY $(EMQ)"$(SHL1TARGETN:f)$(EMQ)" >$@.tmpfile
89 @echo HEAPSIZE 0 >>$@.tmpfile
91 @echo EXPORTS >>$@.tmpfile
94 @echo GetVersionInfo >>$@.tmpfile
101 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL1TARGET).exp | sed '/^;/d' >>$@.tmpfile
107 …EXPORT_ALL_SWITCH) -F $(MISC)/$(SHL1TARGET).flt $(MISC)/$(SHL1TARGET).exp >>$@.tmpfile
111 @$(LDUMP2) -N -D $(EXPORT_ALL_SWITCH) -F $(DEF1FILTER) $(MISC)/$(SHL1TARGET).direct >>$@.tmpfile
116 @echo $(DEF1EXPORT1) >>$@.tmpfile
119 @echo $(DEF1EXPORT2) >>$@.tmpfile
[all …]
H A Dtg_def.mk90 @-$(RM) $@.tmpfile
92 @echo LIBRARY $(EMQ)"$(SHL$(TNR)TARGETN:f)$(EMQ)" >$@.tmpfile
94 @echo HEAPSIZE 0 >>$@.tmpfile
96 @echo EXPORTS >>$@.tmpfile
99 @echo GetVersionInfo >>$@.tmpfile
106 $(COMMAND_ECHO)tail --lines +3 $(MISC)/$(SHL$(TNR)TARGET).exp | sed '/^;/d' >>$@.tmpfile
112 …LL_SWITCH) -F $(MISC)/$(SHL$(TNR)TARGET).flt $(MISC)/$(SHL$(TNR)TARGET).exp >>$@.tmpfile
116 …P2) -N -D $(EXPORT_ALL_SWITCH) -F $(DEF$(TNR)FILTER) $(MISC)/$(SHL$(TNR)TARGET).direct >>$@.tmpfile
121 @echo $(DEF$(TNR)EXPORT1) >>$@.tmpfile
124 @echo $(DEF$(TNR)EXPORT2) >>$@.tmpfile
[all …]
H A Dtg_wntx64.mk131 @-$(RM) $@.tmpfile
134 @echo LIBRARY $(EMQ)"$(SHL1TARGETN:f)$(EMQ)" >$@.tmpfile
135 @echo HEAPSIZE 0 >>$@.tmpfile
136 @echo EXPORTS >>$@.tmpfile
138 @echo GetVersionInfo >>$@.tmpfile
143 … 20 -F $(MISC_X64)/$(SHL1TARGET_X64).flt $(MISC_X64)/$(SHL1TARGET_X64).exp >>$@.tmpfile
148 …_PROTECT) $(LDUMP2) -D -E 20 -F $(DEF1FILTER_X64) $(MISC_X64)/$(SHL1TARGET_X64).direct >>$@.tmpfile
150 …OTECT) $(LDUMP2) -N -D -E 20 -F $(DEF1FILTER_X64) $(MISC_X64)/$(SHL1TARGET_X64).direct >>$@.tmpfile
155 @echo $(DEF1EXPORT1_X64) >>$@.tmpfile
158 $(COMMAND_ECHO)$(TYPE) $(DEF1EXPORTFILE_X64) >> $@.tmpfile
[all …]
/AOO41X/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()
106 out = new ZipOutputStream(new FileOutputStream(tmpfile)); in zipParcel()
114 tmpfile.delete(); in zipParcel()
124 tmpfile.renameTo(targetfile); in zipParcel()
329 File tmpfile = new File(targetDocument.getAbsolutePath() + ".tmp"); in unzipToZip() local
337 outStream = new ZipOutputStream(new FileOutputStream(tmpfile)); in unzipToZip()
344 tmpfile.delete(); in unzipToZip()
354 tmpfile.delete(); in unzipToZip()
[all …]
/AOO41X/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();
/AOO41X/main/crashrep/source/unx/
H A Dmain.cxx513 FILE *fptemp = tmpfile(); in send_crash_report()
/AOO41X/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx845 FILE* pTmpFile = tmpfile(); in PSUploadFont()
/AOO41X/main/extensions/source/scanner/
H A Dsane.cxx714 FILE* pFrame = tmpfile(); in Start()