Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dlinkable.go75 RustLibraryInterface() bool methodSpec
H A Dcc.go1112 func (c *Module) RustLibraryInterface() bool { func
3150 if ccDep.RustLibraryInterface() {
3228 if libDepTag.static() && !libDepTag.wholeStatic && !ccDep.RustLibraryInterface() {
3303 if !ccDep.RustLibraryInterface() {
H A Dfuzz.go640 …if rustmod, ok := child.(LinkableInterface); ok && rustmod.RustLibraryInterface() && !rustmod.Shar…
H A Dlibrary.go2112 …ule().(LinkableInterface); ok && (library.CcLibraryInterface() || library.RustLibraryInterface()) {
/aosp_15_r20/build/soong/rust/
H A Drust.go604 func (mod *Module) RustLibraryInterface() bool { func