Home
last modified time | relevance | path

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

/build/soong/common/
Dconfig.go70 type jsonConfigurable interface { interface
84 func loadFromConfigFile(configurable jsonConfigurable, filename string) error { argument
111 func saveToConfigFile(config jsonConfigurable, filename string) error { argument