Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go189 SanitizerNames []string `blueprint:"mutated"` member
1322 if !android.InList(sanitizerName, a.properties.SanitizerNames) {
1323 a.properties.SanitizerNames = append(a.properties.SanitizerNames, sanitizerName)
1328 if android.InList(sanitizerName, a.properties.SanitizerNames) {