Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dcontainer.go373 type ContainersInfo struct { struct
374 belongingContainers []*container
376 belongingApexes []ApexInfo
379 func (c *ContainersInfo) BelongingContainers() []*container {
383 func (c *ContainersInfo) ApexNames() (ret []string) {
392 func (c *ContainersInfo) UpdatableApex() bool {
412 …ContainersInfo) GetViolations(mctx ModuleContext, m, dep Module, depInfo ContainersInfo) []string {
H A Dmodule_context.go250 setContainersInfo(info ContainersInfo)