Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts208 const propertyCachePath: string = path.join(outputDir, PROPERTY_CACHE_FILE); constant
209 const propertyCache: Object = readCache(propertyCachePath);
224 const propertyCachePath: string = path.join(outputDir, PROPERTY_CACHE_FILE); constant
225 writeCache(renamePropertyModule.globalMangledTable, propertyCachePath);