Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/
DScene.ts20 import { initModulePathMap, ModelUtils } from './core/common/ModelUtils';
178 initModulePathMap(this.ohPkgContentMap);
640 initModulePathMap(this.ohPkgContentMap);
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DModelUtils.ts717 export function initModulePathMap(ohPkgContentMap: Map<string, { [k: string]: unknown }>): void { function