Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts204 private isCurrentFileInKeepPaths(customProfiles: IOptions, originalFilePath: string): boolean { method in ArkObfuscator
384 …ArkObfuscator.isKeptCurrentFile = this.isCurrentFileInKeepPaths(this.mCustomProfiles, originalFile…