Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig_test.go24 func validateConfigAnnotations(configurable jsonConfigurable) (err error) { argument
Dconfig.go127 type jsonConfigurable interface { interface
141 func loadFromConfigFile(configurable jsonConfigurable, filename string) error { argument
172 func saveToConfigFile(config jsonConfigurable, filename string) error { argument