Home
last modified time | relevance | path

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

/build/soong/rust/
Dbindgen.go57 var _ SourceProvider = (*bindgenDecorator)(nil)
82 type bindgenDecorator struct { struct
88 func (b *bindgenDecorator) generateSource(ctx android.ModuleContext, deps PathDeps) android.Path { argument
148 func (b *bindgenDecorator) sourceProviderProps() []interface{} { argument
166 func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorator) {
169 bindgen := &bindgenDecorator{
178 func (b *bindgenDecorator) sourceProviderDeps(ctx DepsContext, deps Deps) Deps { argument
Dandroidmk.go173 func (bindgen *bindgenDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) {