Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go74 RustLibraryInterface() bool methodSpec
Dfuzz.go601 …if rustmod, ok := child.(LinkableInterface); ok && rustmod.RustLibraryInterface() && !rustmod.Shar…
Dlibrary.go2134 …ule().(LinkableInterface); ok && (library.CcLibraryInterface() || library.RustLibraryInterface()) {
Dcc.go1114 func (c *Module) RustLibraryInterface() bool { func
/build/soong/rust/
Drust.go609 func (mod *Module) RustLibraryInterface() bool { func