Home
last modified time | relevance | path

Searched refs:sIndexFile (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/qadevOOo/runner/graphical/
H A DEnhancedComplexTestCase.java220 String sIndexFile = FileHelper.appendPath(_sPath, "index.ini"); in runThroughEveryReportInIndex() local
221 File aIndexFile = new File(sIndexFile); in runThroughEveryReportInIndex()
224 IniFile aIniFile = new IniFile(sIndexFile); in runThroughEveryReportInIndex()
294 assure("File '" + sIndexFile + "' doesn't exists.", aIndexFile.exists(), true); in runThroughEveryReportInIndex()
441 String sIndexFile = FileHelper.appendPath(sPath, "index.ini"); in foreachResultCreateHTML() local
442 File aIndexFile = new File(sIndexFile); in foreachResultCreateHTML()
445 IniFile aIniFile = new IniFile(sIndexFile); in foreachResultCreateHTML()
H A DJPEGCreator.java86 String sIndexFile = FileHelper.appendPath(_sResult, "index.ini"); in checkOneFile() local
87 File aIndexFile = new File(sIndexFile); in checkOneFile()
91 IniFile aIniFile = new IniFile(sIndexFile); in checkOneFile()
/aoo41x/main/xml2cmp/source/support/
H A Dcmdline.cxx97 else if ( sIndexFile.l() > 0 in CommandLine()
160 sIndexFile = sOutputDirectory; in ParseIndexCommand()
162 sIndexFile+= "\\xmlindex.html"; in ParseIndexCommand()
164 sIndexFile+= "/xmlindex.html"; in ParseIndexCommand()
H A Dcmdline.hxx47 bool IsIndexCommand() const { return sIndexFile.l() > 0; } in IsIndexCommand()
49 const char * IndexOutputFile() const { return sIndexFile.str(); } in IndexOutputFile()
69 Simstr sIndexFile; member in CommandLine
/aoo41x/main/testgraphical/source/
H A Dgraphical_compare.pm422 my $sIndexFile = appendPath($sOutputPath, "index.ini");
425 if ( ! -e $sIndexFile)
427 if (open(INDEXINI, ">$sIndexFile"))
/aoo41x/main/odk/examples/java/Inspector/
H A DIntrospector.java638 String sIndexFile = Introspector.addToPath(_sSDKInstallationPath, "index.html"); in isValidSDKInstallationPath() local
640 …etXSimpleFileAccess().exists(sIDLFolder) && getXSimpleFileAccess().exists(sIndexFile)); in isValidSDKInstallationPath()

Completed in 47 milliseconds