Home
last modified time | relevance | path

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

/build/soong/cc/
Dcc.go172 type Deps struct { struct
173 SharedLibs, LateSharedLibs []string
174 StaticLibs, LateStaticLibs, WholeStaticLibs []string
176 ObjFiles common.Paths
178 Cflags, ReexportedCflags []string
180 CrtBegin, CrtEnd string
436 deps(ctx BaseModuleContext, deps Deps) Deps methodSpec
/build/blueprint/
Dninja_defs.go27 type Deps int type
61 Deps Deps // The format of the dependency file. member
/build/kati/
Ddep.go30 Deps []*DepNode member
Dserialize.go118 Deps []int member
/build/soong/common/
Dmodule.go99 Deps []string member