Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dmodule_test.go982 type pathContextAddMissingDependenciesWrapper struct { struct
983 PathContext
984 OtherModuleProviderContext
985 missingDeps []string
988 func (p *pathContextAddMissingDependenciesWrapper) AddMissingDependencies(deps []string) {
991 func (p *pathContextAddMissingDependenciesWrapper) OtherModuleName(module blueprint.Module) string {
995 func (p *pathContextAddMissingDependenciesWrapper) Module() Module { return nil }
997 func (p *pathContextAddMissingDependenciesWrapper) GetOutputFiles() OutputFilesInfo {
1001 func (p *pathContextAddMissingDependenciesWrapper) EqualModules(m1, m2 Module) bool {