Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go108 CcLibraryInterface() bool methodSpec
Dfuzz.go186 if !ok || !linkable.CcLibraryInterface() {
Dlibrary.go1990 } else if library, ok := mctx.Module().(LinkableInterface); ok && library.CcLibraryInterface() {
2124 CcLibraryInterface() bool
2128 module.CcLibraryInterface() && module.Shared()
Dandroidmk.go135 c.CcLibraryInterface() && c.Shared() {
/build/soong/rust/
Drust.go545 func (mod *Module) CcLibraryInterface() bool { func
935 if rustDep, ok := dep.(*Module); ok && !rustDep.CcLibraryInterface() {