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.ts445 const fileContentManager = new FileContentManager(cachePath, false); constant
533 const fileContentManager = new FileContentManager(cachePath, false); constant
545 const fileContentManager = new FileContentManager(cachePath, true); constant
574 const fileContentManager = new FileContentManager(cachePath, false); constant
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts233 public fileContentManager: FileContentManager | undefined; property in ArkObfuscator