Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts469 export const traverseApiFiles = function (apiPath: string, apiType: ApiType): void { constant
476 traverseApiFiles(filePath, apiType);
506 traverseApiFiles(apiPath, ApiType.API);
511 traverseApiFiles(componentPath, ApiType.COMPONENT);
550 traverseApiFiles(projectPath, ApiType.PROJECT);
573 traverseApiFiles(path.join(libPath, subPath), ApiType.PROJECT_DEPENDS);