Home
last modified time | relevance | path

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

/aosp_15_r20/tools/treble/build/treble_build/local/
H A Dninja.go180 type ninjaCmd struct { struct
181 cmd string
182 db string
184 clientMode bool
185 timeout time.Duration
186 buildTimeout time.Duration
189 …jaCmd) runTool(ctx context.Context, tool string, targets []string) (out *bytes.Buffer, err error) {
208 func (n *ninjaCmd) Command(ctx context.Context, target string) (*bytes.Buffer, error) {
211 func (n *ninjaCmd) Input(ctx context.Context, target string) (*bytes.Buffer, error) {
214 func (n *ninjaCmd) Query(ctx context.Context, target string) (*bytes.Buffer, error) {
[all …]