Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/common/
DApiReader.ts52 export function needReadApiInfo(customProfiles: IOptions): boolean { function
64 if (!needReadApiInfo(customProfiles) && !isOHProject) {
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts53 import {needReadApiInfo, readProjectProperties} from './common/ApiReader';
122 if (needReadApiInfo(this.mCustomProfiles)) {