Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/common/
DApiReader.ts19 import {ApiExtractor} from './ApiExtractor';
44 ApiExtractor.parseOhSdk(ohSdkPath, versionString, true, outputDir);
77 const projProperties: string[] = ApiExtractor.parseCommonProject(sourcPath);
118 const properties: string[] = ApiExtractor.parseThirdPartyLibs(filePath);
DApiExtractor.ts59 export namespace ApiExtractor { namespace
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts54 import {ApiExtractor} from './common/ApiExtractor';
379 export {ApiExtractor};