Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dcontainer.go50 depContainersInfo, _ := getContainerModuleInfo(mctx, dep)
56 mContainersInfo, _ := getContainerModuleInfo(mctx, m)
57 depContainersInfo, _ := getContainerModuleInfo(mctx, dep)
66 mContainersInfo, _ := getContainerModuleInfo(mctx, m)
457 func getContainerModuleInfo(ctx ModuleContext, module Module) (ContainersInfo, bool) { func
481 containersInfo, _ := getContainerModuleInfo(ctx, ctx.Module())
492 if depContainersInfo, ok := getContainerModuleInfo(ctx, dep); ok {