Home
last modified time | relevance | path

Searched refs:logfile (Results 1 – 13 of 13) sorted by relevance

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DLogManager.java30 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();
/trunk/main/postprocess/checkdeliver/
H A Dcheckdeliver.pl44 my $logfile = '';
81 'l=s' => \$logfile,
282 if ( $logfile ) {
283 open ( LOGFILE, ">> $logfile" ) or die "Can't open logfile '$logfile'\n";
/trunk/main/sal/qa/rtl/logfile/
H A Drtl_logfile.cxx117 class logfile : public ::testing::Test class
122 TEST_F(logfile, logfile_001) in TEST_F() argument
164 TEST_F(logfile, logfile_002) in TEST_F() argument
182 TEST_F(logfile, logfile_003) in TEST_F() argument
/trunk/main/xmerge/source/palmtests/qa-wrapper/bin/
H A Dqa_comparator.pl55 open (LOGFILE, ">$logfile") || die "Cannot open log file $logfile";
177 $logfile = $arg[1];
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A Dcomparator.pl56 open (LOGFILE, ">$logfile") || die "Cannot open log file $logfile";
169 $logfile = $arg[1];
/trunk/main/sal/rtl/source/
H A Dmakefile.mk91 $(SLO)$/logfile.obj \
125 $(OBJ)$/logfile.obj \
/trunk/main/extensions/source/oooimprovement/
H A Dsoaprequest.cxx175 …equest(const Reference<XMultiServiceFactory>& sf, const OUString& soap_id, const OUString& logfile) in SoapRequest() argument
178 , m_Logfile(logfile) in SoapRequest()
H A Dsoaprequest.hxx45 const ::rtl::OUString& logfile);
/trunk/main/testgraphical/source/
H A Dgraphical_compare.pm567 my $logfile = shift;
569 if (open(LOGFILE, "$logfile"))
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx129 const Any logfile(log_file); in CommandEnvironmentImpl() local
134 Sequence<Any>( &logfile, 1 ), xComponentContext ), in CommandEnvironmentImpl()
/trunk/main/sal/qa/
H A Dlibs2test.txt95 rtl/logfile ; rtl_logfile
/trunk/main/solenv/bin/modules/installer/
H A Dcontrol.pm362 my ($logfile) = @_;
/trunk/main/solenv/bin/modules/installer/windows/
H A Dsign.pm856 push(@logfile, "$systemcall\n");

Completed in 56 milliseconds