Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/
H A Dcoverage.go50 if !ctx.DeviceConfig().NativeCoverageEnabled() {
/aosp12/build/soong/cc/
H A Dcoverage.go174 if !ctx.DeviceConfig().NativeCoverageEnabled() {
/aosp12/build/soong/android/
H A Dapex.go922 …if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT") || ctx.DeviceConfig().NativeCoverageEnabled() || ctx.…
H A Dconfig.go1149 func (c *deviceConfig) NativeCoverageEnabled() bool { func
/aosp12/build/soong/java/
H A Dapp.go893 return ctx.Device() && ctx.DeviceConfig().NativeCoverageEnabled()
/aosp12/build/soong/apex/
H A Dapex.go1249 return ctx.Device() && ctx.DeviceConfig().NativeCoverageEnabled()