Searched refs:sIndexFile (Results 1 – 6 of 6) sorted by relevance
220 String sIndexFile = FileHelper.appendPath(_sPath, "index.ini"); in runThroughEveryReportInIndex() local221 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() local442 File aIndexFile = new File(sIndexFile); in foreachResultCreateHTML()445 IniFile aIniFile = new IniFile(sIndexFile); in foreachResultCreateHTML()
86 String sIndexFile = FileHelper.appendPath(_sResult, "index.ini"); in checkOneFile() local87 File aIndexFile = new File(sIndexFile); in checkOneFile()91 IniFile aIniFile = new IniFile(sIndexFile); in checkOneFile()
97 else if ( sIndexFile.l() > 0 in CommandLine()160 sIndexFile = sOutputDirectory; in ParseIndexCommand()162 sIndexFile+= "\\xmlindex.html"; in ParseIndexCommand()164 sIndexFile+= "/xmlindex.html"; in ParseIndexCommand()
47 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
422 my $sIndexFile = appendPath($sOutputPath, "index.ini");425 if ( ! -e $sIndexFile)427 if (open(INDEXINI, ">$sIndexFile"))
638 String sIndexFile = Introspector.addToPath(_sSDKInstallationPath, "index.html"); in isValidSDKInstallationPath() local640 …etXSimpleFileAccess().exists(sIDLFolder) && getXSimpleFileAccess().exists(sIndexFile)); in isValidSDKInstallationPath()
Completed in 33 milliseconds