Home
last modified time | relevance | path

Searched defs:logPath (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/migrationTool/
DMigrationTool.ts42 const logPath = this.checkEntry.projectConfig.logPath; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DHomeCheck.ts30 logPath: string; property
62logPath: cmdOptions.outputFilePath ? path.join(cmdOptions.outputFilePath, 'HomeCheck.log') : './Ho… constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/config/
DprojectConfig.json4 "logPath": "./HomeCheck.log", string
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/
DtoolEntry.ts37 const logPath = projectConfig.logPath; constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DProjectConfig.ts22 logPath: string; property in ProjectConfig
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DConfigUtils.ts72 const logPath = checkEntry.projectConfig.logPath; constant