Home
last modified time | relevance | path

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

/tools/treble/build/treble_build/cmd/
Dquery.go27 type queryReport struct { struct
31 func (o queryReport) Run(ctx context.Context, rtx *report.Context, rsp *response) error { argument
43 func (h *queryReport) PrintText(w io.Writer, rsp *response, verbose bool) { argument
Dmain.go179 subcommand = &queryReport{}