Home
last modified time | relevance | path

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

/build/soong/rust/
Dbindgen.go65 var _ SourceProvider = (*bindgenDecorator)(nil)
85 type bindgenDecorator struct { struct
92 func (b *bindgenDecorator) getStdVersion(ctx ModuleContext, src android.Path) (string, bool) { argument
131 func (b *bindgenDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path { argument
229 func (b *bindgenDecorator) SourceProviderProps() []interface{} { argument
249 func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorator) {
250 bindgen := &bindgenDecorator{
261 func (b *bindgenDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps { argument
Dandroidmk.go171 func (bindgen *bindgenDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
Drust.go1225 if bindgen, ok := mod.sourceProvider.(*bindgenDecorator); ok &&