Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dconfig_test.go25 func validateConfigAnnotations(configurable jsonConfigurable) (err error) { argument
H A Dconfig.go162 type jsonConfigurable interface { interface
172 func loadFromConfigFile(configurable jsonConfigurable, filename string) error { argument
203 func saveToConfigFile(config jsonConfigurable, filename string) error { argument