Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go19 GetDepsInLinkOrder() []android.Path methodSpec
Dcc.go626 func (c *Module) GetDepsInLinkOrder() []android.Path { func
1379 allTransitiveDeps[dep.OutputFile().Path()] = dep.GetDepsInLinkOrder()
1387 allTransitiveDeps[staticAnalogue.OutputFile().Path()] = staticAnalogue.GetDepsInLinkOrder()
/build/soong/rust/
Drust.go469 func (mod *Module) GetDepsInLinkOrder() []android.Path { func