Home
last modified time | relevance | path

Searched refs:selectedStl (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dbinary.go147 if ctx.selectedStl() == "libc++_static" {
Dlibrary.go605 if strings.HasPrefix(ctx.selectedStl(), "ndk_libc++") {
608 if strings.HasSuffix(ctx.selectedStl(), "_shared") {
Dcc.go214 selectedStl() string methodSpec
552 func (ctx *moduleContextImpl) selectedStl() string { func