Home
last modified time | relevance | path

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

/build/soong/cmd/soong_build/
Dmain.go72 ctx.SetNameInterface(newNameResolver(configuration))
/build/soong/android/
Dtesting.go39 ctx.SetNameInterface(nameResolver)
/build/blueprint/
Dcontext.go457 func (c *Context) SetNameInterface(i NameInterface) { func