Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/cli/
DSecHarmony.ts36 let configPath: string = program.opts()?.configPath; variable
37 configPath = path.resolve(configPath);
44 let obfuscator: ArkObfuscator = new ArkObfuscator(fileList, configPath);
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts87 public constructor(sourceFiles?: string[], configPath?: string) {
89 this.mConfigPath = configPath;