Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dsoong.go422 if config.Queryview() {
480 if config.Queryview() {
Dconfig.go849 if !c.JsonModuleGraph() && !c.Bp2Build() && !c.Queryview() && !c.SoongDocs() {
977 func (c *configImpl) Queryview() bool { func