Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DAgentOptions.java85 public static final String INCLBOOTSTRAPCLASSES = "inclbootstrapclasses"; field in AgentOptions
193 INCLBOOTSTRAPCLASSES, INCLNOLOCATIONCLASSES, SESSIONID, DUMPONEXIT,
370 return getOption(INCLBOOTSTRAPCLASSES, false); in getInclBootstrapClasses()
381 setOption(INCLBOOTSTRAPCLASSES, include); in setInclBootstrapClasses()