Home
last modified time | relevance | path

Searched defs:pathsReport (Results 1 – 1 of 1) sorted by relevance

/tools/treble/build/treble_build/cmd/
Dpaths.go26 type pathsReport struct { struct
27 build_target string // Target used to filter build request
28 single bool // Get single path
31 func (p pathsReport) Run(ctx context.Context, rtx *report.Context, rsp *response) error {
54 func (h *pathsReport) PrintText(w io.Writer, rsp *response, verbose bool) {