Home
last modified time | relevance | path

Searched refs:statFileName (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/migrationanalysis/src/wizard/
H A DAnalyse.bas229 Function CheckAliveStatus(statFileName As String, _
241 If Not fso.FileExists(statFileName) Then
249 Set statFile = fso.GetFile(statFileName)
280 Public Function launchDriver(statFileName As String, cmdLine As String, _
307 If Not CheckAliveStatus(statFileName, curApplication, currDate, fso) Then
326 Call CalculateProgress(statFileName, fso, lastIndex, myOffset, myDocList)
480 Dim statFileName As String variable
498 If (fso.FileExists(statFileName)) Then fso.DeleteFile (statFileName)
501 WriteToLog CSTAT_FILE, statFileName, myIniFilePath
509 launchStatus = launchDriver(statFileName, cmdLine, myApp, fso, _
[all …]
/aoo41x/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas324 Dim statFileName As String variable
346 statFileName, mDebugLevel, outputType, singleFile
429 WriteToStatFile statFileName, C_STAT_STARTING, myFiles.item(index), fso
466 WriteToStatFile statFileName, C_STAT_DONE, myFiles.item(index), fso
479 WriteToStatFile statFileName, C_STAT_FINISHED, "", fso
2936 bNewResultsFile As Boolean, statFileName As String, debugLevel As Long, _
2946 statFileName = ProfileGetItem("Analysis", CSTAT_FILE, "", mIniFilePath)
3507 Sub WriteToStatFile(statFileName As String, statValue As Integer, _
3514 Set fileCont = fso.OpenTextFile(statFileName, ForWriting, True, TristateTrue)

Completed in 47 milliseconds