Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dmk2rbc.go691 if ctx.hasSoongNamespace(name) {
696 if !(ch == '_' && ctx.hasSoongNamespace(name[0:pos])) {
2146 func (ctx *parseContext) hasSoongNamespace(name string) bool { func