Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts77 private readonly mConfigPath: string; property in ArkObfuscator
89 this.mConfigPath = configPath;
99 if (!this.mConfigPath && !config) {
103 if (this.mConfigPath) {
104 config = FileUtils.readFileAsJson(this.mConfigPath);
137 …this.mCustomProfiles.mOutputDir = path.join(path.dirname(this.mConfigPath), this.mCustomProfiles.m…