Searched refs:logfile (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | LogManager.java | 30 static private Vector logfile; /* collects all logging information during installation */ field in LogManager 43 logfile.add(text); in addLogfileComment() 71 for (int i = 0; i < logfile.size(); i++) { in publishLogfileContent() 72 text = text + logfile.get(i) + "<br>"; in publishLogfileContent() 75 if ( ! logfile.isEmpty() ) { in publishLogfileContent() 95 logfile = new Vector();
|
/aoo41x/main/postprocess/checkdeliver/ |
H A D | checkdeliver.pl | 44 my $logfile = ''; 81 'l=s' => \$logfile, 282 if ( $logfile ) { 283 open ( LOGFILE, ">> $logfile" ) or die "Can't open logfile '$logfile'\n";
|
/aoo41x/main/ |
H A D | fetch_tarballs.sh | 111 logfile=$TARFILE_LOCATION/fetch.log 112 date >> $logfile 139 $fetch_bin $fetch_args $URL 2>&1 | tee -a $logfile 167 $fetch_bin $fetch_args $URL 2>&1 | tee -a $logfile 177 echo checksum failure for $basename 2>&1 | tee -a $logfile
|
/aoo41x/main/xmerge/source/palmtests/qa-wrapper/bin/ |
H A D | qa_comparator.pl | 55 open (LOGFILE, ">$logfile") || die "Cannot open log file $logfile"; 177 $logfile = $arg[1];
|
/aoo41x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | comparator.pl | 56 open (LOGFILE, ">$logfile") || die "Cannot open log file $logfile"; 169 $logfile = $arg[1];
|
/aoo41x/main/sal/qa/rtl/logfile/ |
H A D | rtl_logfile.cxx | 122 class logfile : public CppUnit::TestFixture class 207 CPPUNIT_TEST_SUITE( logfile ); 217 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( rtl_logfile::logfile, "rtl_logfile" );
|
/aoo41x/main/sal/rtl/source/ |
H A D | makefile.mk | 91 $(SLO)$/logfile.obj \ 125 $(OBJ)$/logfile.obj \
|
/aoo41x/main/extensions/source/oooimprovement/ |
H A D | soaprequest.cxx | 175 …equest(const Reference<XMultiServiceFactory>& sf, const OUString& soap_id, const OUString& logfile) in SoapRequest() argument 178 , m_Logfile(logfile) in SoapRequest()
|
H A D | soaprequest.hxx | 45 const ::rtl::OUString& logfile);
|
/aoo41x/main/testgraphical/source/ |
H A D | graphical_compare.pm | 567 my $logfile = shift; 569 if (open(LOGFILE, "$logfile"))
|
/aoo41x/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_cmdenv.cxx | 129 const Any logfile(log_file); in CommandEnvironmentImpl() local 134 Sequence<Any>( &logfile, 1 ), xComponentContext ), in CommandEnvironmentImpl()
|
/aoo41x/main/sal/qa/ |
H A D | libs2test.txt | 95 rtl/logfile ; rtl_logfile
|
/aoo41x/main/solenv/bin/modules/installer/ |
H A D | control.pm | 362 my ($logfile) = @_;
|
/aoo41x/main/solenv/bin/modules/installer/windows/ |
H A D | sign.pm | 856 push(@logfile, "$systemcall\n");
|
Completed in 47 milliseconds