Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DProjectCollections.spec.ts405 const fileContentManager = new FileContentManager(cachePath, false); constant
493 const fileContentManager = new FileContentManager(cachePath, false); constant
505 const fileContentManager = new FileContentManager(cachePath, true); constant
534 const fileContentManager = new FileContentManager(cachePath, false); constant
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts198 public fileContentManager: FileContentManager | undefined; property in ArkObfuscator