Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts73 STRIP_SYSTEM_API_ARGS, enumerator
405 static readonly STRIP_SYSTEM_API_ARGS = 'strip-system-api-args'; property in ObConfigResolver
471 case ObConfigResolver.STRIP_SYSTEM_API_ARGS:
472 return OptionType.STRIP_SYSTEM_API_ARGS;
669 case OptionType.STRIP_SYSTEM_API_ARGS: {
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts736 ObConfigResolver.STRIP_SYSTEM_API_ARGS,
762 OptionTypeForTest.STRIP_SYSTEM_API_ARGS,