Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go80 ExportedCrateLinkDirs() []string methodSpec
Dcc.go1122 func (c *Module) ExportedCrateLinkDirs() []string { func
3136 …ep{LibPath: linkFile.Path(), CrateName: ccDep.CrateName(), LinkDirs: ccDep.ExportedCrateLinkDirs()}
/build/soong/rust/
Drust.go532 func (mod *Module) ExportedCrateLinkDirs() []string { func