Home
last modified time | relevance | path

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

/aosp12/build/soong/bpfix/bpfix/
H A Dbpfix.go273 host, _ := getLiteralBoolPropertyValue(mod, "host")
1240 func getLiteralBoolPropertyValue(mod *parser.Module, name string) (s bool, found bool) { func