Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts136 if (!path.isAbsolute(this.mCustomProfiles.mOutputDir)) {
137 …this.mCustomProfiles.mOutputDir = path.join(path.dirname(this.mConfigPath), this.mCustomProfiles.m…
140 if (this.mCustomProfiles.mOutputDir && !fs.existsSync(this.mCustomProfiles.mOutputDir)) {
141 fs.mkdirSync(this.mCustomProfiles.mOutputDir);
144 this.readPropertyCache(this.mCustomProfiles.mOutputDir);
154 await this.obfuscateFile(sourcePath, this.mCustomProfiles.mOutputDir);
162 this.producePropertyCache(this.mCustomProfiles.mOutputDir);
171 const newDir: string = path.join(this.mCustomProfiles.mOutputDir, currentDir);
/arkcompiler/ets_frontend/arkguard/src/configs/
DIOptions.ts37 mOutputDir?: string; property