Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DIObfuscator.ts29 obfuscateFile(file: string): string; method
DArkObfuscator.ts154 await this.obfuscateFile(sourcePath, this.mCustomProfiles.mOutputDir);
180 await this.obfuscateFile(filePath, newDir);
291 public async obfuscateFile(sourceFilePath: string, outputDir: string): Promise<void> { method in ArkObfuscator