Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts171 const newDir: string = path.join(this.mCustomProfiles.mOutputDir, currentDir); constant
172 if (!fs.existsSync(newDir)) {
173 fs.mkdirSync(newDir);
180 await this.obfuscateFile(filePath, newDir);