Searched refs:cmdName (Results 1 – 3 of 3) sorted by relevance
/tools/treble/build/treble_build/local/ |
D | cmd.go | 29 func runPipe(ctx context.Context, timeout time.Duration, cmdName string, args []string, parser func… 33 cmd := exec.CommandContext(ctx, cmdName, args[0:]...) 53 func run(ctx context.Context, timeout time.Duration, cmdName string, args []string) (out *bytes.Buf… 57 cmd := exec.CommandContext(ctx, cmdName, args[0:]...)
|
D | ninja.go | 328 cmdName string member 336 srv.ctx = exec.CommandContext(ctx, srv.cmdName, args[0:]...) 350 return &ninjaServer{cmdName: cmd, db: db}
|
/tools/tradefederation/core/test_framework/com/android/tradefed/util/ |
D | DeviceActionUtil.java | 68 private final String cmdName; field in DeviceActionUtil.Command 70 Command(String cmdName) { in Command() argument 71 this.cmdName = cmdName; in Command() 156 command.cmdName)); in execute()
|