Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DModelUtils.ts735 file = findFileInModule(fromInfo, modulePath, from.substring(index));
750 file = findFileInModule(fromInfo, modulePath, FileUtils.getIndexFileName(modulePath.path));
754 file = findFileInModule(fromInfo, modulePath, '/src/main/ets/TsIndex.ts');
759 function findFileInModule(fromInfo: FromInfo, modulePath: ModulePath | undefined, contentPath: stri… function