Searched refs:moduleLibraryInterface (Results 1 – 2 of 2) sorted by relevance
1334 Version: moduleLibraryInterface(stub).stubsVersion(),2074 lib := moduleLibraryInterface(m)2131 func moduleLibraryInterface(module blueprint.Module) libraryInterface { func2141 …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…
201 …if lib := moduleLibraryInterface(dependency); lib != nil && lib.buildStubs() && linkable.CcLibrary…