Searched defs:Objects (Results 1 – 2 of 2) sorted by relevance
357 type Objects struct { struct358 objFiles android.Paths359 tidyFiles android.Paths360 coverageFiles android.Paths361 sAbiDumpFiles android.Paths362 kytheFiles android.Paths365 func (a Objects) Copy() Objects {375 func (a Objects) Append(b Objects) Objects {975 inputs Objects, baseName string) android.OptionalPath {
396 link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path