Searched defs:Objects (Results 1 – 2 of 2) sorted by relevance
350 type Objects struct { struct351 objFiles android.Paths352 tidyFiles android.Paths353 coverageFiles android.Paths354 sAbiDumpFiles android.Paths355 kytheFiles android.Paths358 func (a Objects) Copy() Objects {368 func (a Objects) Append(b Objects) Objects {942 inputs Objects, baseName string) android.OptionalPath {
387 link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path