Searched refs:obfuscateFile (Results 1 – 2 of 2) sorted by relevance
29 obfuscateFile(file: string): string; method
154 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