Searched defs:DepsContext (Results 1 – 5 of 5) sorted by relevance
| /build/soong/cc/ |
| D | proto.go | 77 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
|
| D | cc.go | 729 type DepsContext interface { interface 753 GeneratorDeps(ctx DepsContext, deps Deps) Deps 763 compilerDeps(ctx DepsContext, deps Deps) Deps 778 linkerDeps(ctx DepsContext, deps Deps) Deps
|
| /build/soong/rust/ |
| D | source_provider.go | 44 SourceProviderDeps(ctx DepsContext, deps Deps) Deps
|
| D | compiler.go | 45 compilerDeps(ctx DepsContext, deps Deps) Deps 549 func bionicDeps(ctx DepsContext, deps Deps, static bool) Deps { 570 func muslDeps(ctx DepsContext, deps Deps, static bool) Deps {
|
| D | rust.go | 944 type DepsContext interface { interface
|