Home
last modified time | relevance | path

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

/build/soong/cc/
Dcoverage.go103 if static, ok := cc.linker.(libraryInterface); !ok || !static.static() {
Dlibrary.go474 type libraryInterface interface { interface
1104 case libraryInterface:
1110 static.linker.(libraryInterface).setStatic()
1111 shared.linker.(libraryInterface).setShared()
1117 modules[0].(*Module).linker.(libraryInterface).setStatic()
1120 modules[0].(*Module).linker.(libraryInterface).setShared()
Dvndk.go110 …if _, ok := to.linker.(libraryInterface); ok && to.VendorProperties.Vendor_available != nil && !Bo…
Dprebuilt.go57 libraryInterface
Dcc.go1611 if l, ok := ccDep.compiler.(libraryInterface); ok {
1622 if _, ok := ccDep.compiler.(libraryInterface); ok {
1707 depFile = ccDep.linker.(libraryInterface).toc()
1712 depFile = ccDep.linker.(libraryInterface).toc()
1717 depFile = ccDep.linker.(libraryInterface).toc()
1725 staticLib, ok := ccDep.linker.(libraryInterface)
1753 staticLib, ok := ccDep.linker.(libraryInterface)