Home
last modified time | relevance | path

Searched refs:SetDepsInLinkOrder (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dlinkable.go18 SetDepsInLinkOrder([]android.Path) methodSpec
Dcc.go622 func (c *Module) SetDepsInLinkOrder(depsInLinkOrder []android.Path) { func
1394 module.SetDepsInLinkOrder(depsInLinkOrder)
/build/soong/rust/
Drust.go467 func (mod *Module) SetDepsInLinkOrder([]android.Path) {} func