Home
last modified time | relevance | path

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

/build/soong/android/
Dcontainer.go371 type ContainersInfo struct { struct
372 belongingContainers []*container
374 belongingApexes []ApexInfo
377 func (c *ContainersInfo) BelongingContainers() []*container {
381 func (c *ContainersInfo) ApexNames() (ret []string) {
390 func (c *ContainersInfo) UpdatableApex() bool {
410 …fo) GetViolations(mctx ModuleContext, m Module, dep ModuleProxy, depInfo ContainersInfo) []string {
Dmodule_context.go257 setContainersInfo(info ContainersInfo)