Home
last modified time | relevance | path

Searched defs:configFile (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/cli/
DCommandLineParser.ts338 const configFile = cfgPath; constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/
DConfig.ts256 const configFile = this.getDefaultConfigPath(); constant
/arkcompiler/runtime_core/static_core/verification/
Dverification_options.h31 std::string configFile = "default"; member
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/
DResolveSdks.ts328 const configFile = ts.readConfigFile(configPath, ts.sys.readFile); constant