Searched refs:outputDir (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sal/qa/helper/gcov/ |
| H A D | gcov_result.pl | 52 our $outputDir; 72 "outputdir=s" => \$outputDir 174 if ($outputDir) 176 chomp($outputDir); 177 $output = $outputDir;
|
| /trunk/test/testcommon/source/org/openoffice/test/common/ |
| H A D | XMLReporter.java | 45 private File outputDir = Testspace.getFile("output"); field in XMLReporter 130 File outputBackupDir = new File(outputDir.getAbsolutePath() + "." + suiteName); in testRunFinished() 136 outputDir.renameTo(outputBackupDir); in testRunFinished() 142 FileUtil.deleteFile(outputDir);//clear all old output in testRunStarted() 154 file = new File(outputDir, "result.xml"); in startSuite() 207 File htmlFile = new File(outputDir, "result.html"); in store()
|
| H A D | ReportUploader.java | 40 private File outputDir = Testspace.getFile("output"); field in ReportUploader 64 File output = new File(outputDir.getAbsolutePath() + "." + suiteName); in testRunFinished()
|
| /trunk/main/icu/ |
| H A D | icu4c-4_2_1-src.patch | 179 - fprintf(stderr, "Error: unable to create %s"INVC_DATA_NAME", error %s\n", outputDir, u_err… 180 + fprintf(stderr, "Error: unable to create %s" INVC_DATA_NAME ", error %s\n", outputDir, u_e… 188 - fprintf(stderr, "Error: unable to create %s"UCA_DATA_NAME", error %s\n", outputDir, u_erro… 189 + fprintf(stderr, "Error: unable to create %s" UCA_DATA_NAME ", error %s\n", outputDir, u_er…
|
| H A D | icu4c-4_0_1-src.patch | 294 - fprintf(stderr, "Error: unable to create %s"INVC_DATA_NAME", error %s\n", outputDir, u_err… 295 + fprintf(stderr, "Error: unable to create %s" INVC_DATA_NAME ", error %s\n", outputDir, u_e… 303 - fprintf(stderr, "Error: unable to create %s"UCA_DATA_NAME", error %s\n", outputDir, u_erro… 304 + fprintf(stderr, "Error: unable to create %s" UCA_DATA_NAME ", error %s\n", outputDir, u_er…
|