Home
last modified time | relevance | path

Searched defs:selectsTestProvider (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dselects_test.go843 type selectsTestProvider struct { struct
844 my_bool *bool
845 my_string *string
846 my_string_list *[]string
847 my_paths *[]string
848 replacing_string_list *[]string
849 my_nonconfigurable_bool *bool
850 my_nonconfigurable_string *string
851 my_nonconfigurable_string_list []string
854 func (p *selectsTestProvider) String() string {