Home
last modified time | relevance | path

Searched defs:readNameCache (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscatorForTest.ts222 private readNameCache(sourceFile: string, outputDir: string): void { method in ArkObfuscatorForTest
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts734 export function readNameCache(nameCachePath: string, logger: any): void { function