Home
last modified time | relevance | path

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

/aosp12/build/soong/bpfix/bpfix/
H A Dbpfix.go754 if name, ok := getLiteralStringPropertyValue(mod, "name"); ok {
1184 s, found := getLiteralStringPropertyValue(mod, name)
1222 func getLiteralStringPropertyValue(mod *parser.Module, name string) (s string, found bool) { func