Home
last modified time | relevance | path

Searched refs:moduleLibraryInterface (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dlibrary.go1334 Version: moduleLibraryInterface(stub).stubsVersion(),
2074 lib := moduleLibraryInterface(m)
2131 func moduleLibraryInterface(module blueprint.Module) libraryInterface { func
2141 …if library := moduleLibraryInterface(mctx.Module()); library != nil && CanBeVersionVariant(mctx.Mo…
2157 if stubsLib := moduleLibraryInterface(stubs); stubsLib != nil {
2169 …if library := moduleLibraryInterface(mctx.Module()); library != nil && CanBeVersionVariant(mctx.Mo…
Dfuzz.go201 …if lib := moduleLibraryInterface(dependency); lib != nil && lib.buildStubs() && linkable.CcLibrary…