Home
last modified time | relevance | path

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

/build/soong/cc/
Dsanitize.go239 …if found, globalSanitizers = removeFromList("undefined", globalSanitizers); found && s.All_undefin…
243 …if found, globalSanitizers = removeFromList("default-ub", globalSanitizers); found && s.Undefined …
247 …if found, globalSanitizers = removeFromList("address", globalSanitizers); found && s.Address == ni…
251 …if found, globalSanitizers = removeFromList("thread", globalSanitizers); found && s.Thread == nil {
255 …if found, globalSanitizers = removeFromList("fuzzer", globalSanitizers); found && s.Fuzzer == nil {
259 …if found, globalSanitizers = removeFromList("safe-stack", globalSanitizers); found && s.Safestack …
263 if found, globalSanitizers = removeFromList("cfi", globalSanitizers); found && s.Cfi == nil {
270 …if found, globalSanitizers = removeFromList("integer_overflow", globalSanitizers); found && s.Inte…
276 if found, globalSanitizers = removeFromList("scudo", globalSanitizers); found && s.Scudo == nil {
280 …if found, globalSanitizers = removeFromList("hwaddress", globalSanitizers); found && s.Hwaddress =…
[all …]
Dutil.go44 var removeFromList = android.RemoveFromList var
Dlinker.go297 _, deps.SharedLibs = removeFromList("libdl", deps.SharedLibs)
/build/soong/ui/build/
Dutil.go51 func removeFromList(s string, list []string) []string { func
Dconfig.go312 configArgs = removeFromList("GET-INSTALL-PATH", configArgs)