Home
last modified time | relevance | path

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

/aosp12/build/soong/android/soongconfig/
H A Dmodules.go526 func (s *stringVariable) initializeProperties(v reflect.Value, typ reflect.Type) { func
568 func (b boolVariable) initializeProperties(v reflect.Value, typ reflect.Type) { func
652 func (s *valueVariable) initializeProperties(v reflect.Value, typ reflect.Type) { func
/aosp12/build/soong/cc/
H A Dndk_library.go135 func (this *stubDecorator) initializeProperties(ctx BaseModuleContext) bool { func