Home
last modified time | relevance | path

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

/aosp12/build/soong/bp2build/
H A Dconfigurability.go141 s, err := prettyPrintSelectEntry(value, selectKey, indent)
162 s, err := prettyPrintSelectEntry(selectMap[conditionsDefaultKey], conditionsDefaultKey, indent)
184 func prettyPrintSelectEntry(value reflect.Value, key string, indent int) (string, error) { func