Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts53 import {needReadApiInfo, readProjectProperties} from './common/ApiReader';
60 export {getMapFromJson, readProjectProperties};
143 readProjectProperties(this.mSourceFiles, this.mCustomProfiles);
/arkcompiler/ets_frontend/arkguard/src/common/
DApiReader.ts63 export function readProjectProperties(projectPaths: string[], customProfiles: IOptions, isOHProject… function