Searched refs:tempfile (Results 1 – 23 of 23) sorted by relevance
/aoo41x/main/l10ntools/scripts/ |
H A D | localize_old.pl | 239 my ( $TMPFILE , $tmpfile ) = File::Temp::tempfile(); 297 my ( $TMPHANDLE , $tmpfile ) = File::Temp::tempfile(); 298 my ( $TMPHANDLE2 , $tmpfile2 ) = File::Temp::tempfile(); 361 my ( $LOCALIZEPARTICLE , $localizeSDF ) = File::Temp::tempfile(); 364 my ( $ALLPARTICLES_MERGED , $particleSDF_merged ) = File::Temp::tempfile(); 366 my ( $LOCALIZE_LOG , $my_localize_log ) = File::Temp::tempfile();
|
H A D | localize.pl | 244 my ( $TMPFILE , $tmpfile ) = File::Temp::tempfile(); 300 my ( $TMPHANDLE , $tmpfile ) = File::Temp::tempfile(); 368 my ( $LOCALIZEPARTICLE , $localizeSDF ) = File::Temp::tempfile(); 371 my ( $ALLPARTICLES_MERGED , $particleSDF_merged ) = File::Temp::tempfile(); 373 my ( $LOCALIZE_LOG , $my_localize_log ) = File::Temp::tempfile();
|
/aoo41x/main/l10ntools/java/receditor/java/transex3/controller/ |
H A D | EditorController.java | 60 File tempfile = null; in fetchSourceStrings() local 63 tempfile = File.createTempFile( "receditor" , "tmp" ); in fetchSourceStrings() 70 String outputfile = tempfile.getAbsolutePath(); in fetchSourceStrings()
|
/aoo41x/main/sal/osl/w32/ |
H A D | MAKEFILE.MK | 76 $(SLO)$/tempfile.obj\ 103 $(OBJ)$/tempfile.obj\
|
/aoo41x/main/sal/osl/os2/ |
H A D | makefile.mk | 68 $(SLO)$/tempfile.obj \ 95 $(OBJ)$/tempfile.obj \
|
/aoo41x/main/sal/osl/unx/ |
H A D | makefile.mk | 68 $(SLO)$/tempfile.obj\ 99 $(OBJ)$/tempfile.obj\
|
/aoo41x/main/tools/ |
H A D | Package_inc.mk | 91 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/tempfile.hxx,tools/tempfile.hxx))
|
H A D | Library_tl.mk | 71 tools/source/fsys/tempfile \
|
/aoo41x/main/unotools/qa/complex/tempfile/ |
H A D | TempFileTest.java | 23 package complex.tempfile;
|
H A D | makefile.mk | 33 PACKAGE = complex/tempfile
|
H A D | Test02.java | 23 package complex.tempfile;
|
H A D | TempFileUnitTest.java | 23 package complex.tempfile;
|
H A D | Test01.java | 23 package complex.tempfile;
|
H A D | TestHelper.java | 23 package complex.tempfile;
|
/aoo41x/main/unotools/source/ucbhelper/ |
H A D | makefile.mk | 43 $(SLO)$/tempfile.obj \
|
/aoo41x/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 752 FileStream tempfile; in writeClassFile() local 753 tempfile.createTempFile(getTempDir(filename)); in writeClassFile() 754 if (!tempfile.isValid()) { in writeClassFile() 760 rtl::OString tempname(tempfile.getName()); in writeClassFile() 762 classFile.write(tempfile); in writeClassFile() 768 tempfile.close(); in writeClassFile() 772 tempfile.close(); in writeClassFile()
|
/aoo41x/main/filter/source/placeware/ |
H A D | makefile.mk | 42 $(SLO)$/tempfile.obj
|
/aoo41x/main/unotools/prj/ |
H A D | build.lst | 14 ut unotools\qa\complex\tempfile nmake - all ut_qa_complex ut_util NULL
|
/aoo41x/main/sc/source/ui/vba/testvba/ |
H A D | testResults.pl | 45 ($fh, $tmpFile) = tempfile( DIR => $dir );
|
H A D | testResult.pl | 45 ($fh, $tmpFile) = tempfile( DIR => $dir );
|
/aoo41x/main/solenv/bin/ |
H A D | update_module_ignore_lists.pl | 200 my ($fh, $filename) = tempfile( DIR => $dir );
|
/aoo41x/main/helpcontent2/helpers/ |
H A D | update_tree.pl | 284 …my ( $treetmpfilehandle, $treetmpfile ) = tempfile($tmpname_template , DIR => File::Spec->tmpdir()…
|
/aoo41x/main/icu/ |
H A D | createmak.cfg | 445 <<tempfile.bat
|
Completed in 117 milliseconds