Home
last modified time | relevance | path

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

/build/soong/cc/
Dcc.go183 type PathDeps struct { struct
184 SharedLibs, LateSharedLibs common.Paths
185 StaticLibs, LateStaticLibs, WholeStaticLibs common.Paths
187 ObjFiles common.Paths
188 WholeStaticLibObjFiles common.Paths
190 Cflags, ReexportedCflags []string
192 CrtBegin, CrtEnd common.OptionalPath
448 link(ctx ModuleContext, flags Flags, deps PathDeps, objFiles common.Paths) common.Path