Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go984 SanitizerNames []string `blueprint:"mutated"` member
1556 if !android.InList(sanitizerName, a.properties.SanitizerNames) {
1557 a.properties.SanitizerNames = append(a.properties.SanitizerNames, sanitizerName)
1562 if android.InList(sanitizerName, a.properties.SanitizerNames) {