Searched defs:DepsContext (Results 1 – 5 of 5) sorted by relevance
| /build/soong/cc/ |
| D | proto.go | 68 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
|
| D | cc.go | 549 type DepsContext interface { interface 565 compilerDeps(ctx DepsContext, deps Deps) Deps 579 linkerDeps(ctx DepsContext, deps Deps) Deps
|
| /build/soong/rust/ |
| D | source_provider.go | 44 SourceProviderDeps(ctx DepsContext, deps Deps) Deps
|
| D | compiler.go | 383 func bionicDeps(ctx DepsContext, deps Deps, static bool) Deps { 404 func muslDeps(ctx DepsContext, deps Deps, static bool) Deps {
|
| D | rust.go | 467 compilerDeps(ctx DepsContext, deps Deps) Deps 816 type DepsContext interface { interface
|