Home
last modified time | relevance | path

Searched refs:RustLibraryInterface (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dlinkable.go102 RustLibraryInterface() bool methodSpec
Dcc.go178 RustLibraryInterface bool member
1292 func (c *Module) RustLibraryInterface() bool { func
2473 RustLibraryInterface: mod.RustLibraryInterface(),
3559 if linkableInfo.RustLibraryInterface {
3637 if libDepTag.static() && !libDepTag.wholeStatic && !linkableInfo.RustLibraryInterface {
3711 if !linkableInfo.RustLibraryInterface {
Dfuzz.go641 if info.RustLibraryInterface && !info.Shared {
/build/soong/rust/
Drust.go707 func (mod *Module) RustLibraryInterface() bool { func