Home
last modified time | relevance | path

Searched refs:ExecContext (Results 1 – 6 of 6) sorted by relevance

/developtools/integration_verification/tools/fotff/utils/
Dhdc.go32 ExecContext(ctx, hdc, "kill")
34 ExecContext(ctx, hdc, "start")
63 return ExecContext(ctx, hdc, "shell", "reboot", "loader")
65 return ExecContext(ctx, hdc, "-t", device, "shell", "reboot", "loader")
77 return ExecContext(ctx, hdc, "shell", cmd)
79 return ExecContext(ctx, hdc, "-t", device, "shell", cmd)
Dexec.go29 func ExecContext(ctx context.Context, name string, args ...string) error { func
/developtools/integration_verification/tools/fotff/pkg/dayu200/
Dflash.go65 …if err := utils.ExecContext(ctx, m.FlashTool, "-s", locationID, "UL", filepath.Join(m.Workspace, p…
71 …if err := utils.ExecContext(ctx, m.FlashTool, "-s", locationID, "UL", filepath.Join(m.Workspace, p…
80 …if err := utils.ExecContext(ctx, m.FlashTool, "-s", locationID, "DI", "-p", filepath.Join(m.Worksp…
88 …if err := utils.ExecContext(ctx, m.FlashTool, "-s", locationID, "DI", "-uboot", filepath.Join(m.Wo…
104 …if err := utils.ExecContext(ctx, m.FlashTool, "-s", locationID, "DI", "-"+part, filepath.Join(m.Wo…
110 …if err := utils.ExecContext(ctx, m.FlashTool, "-s", locationID, "DI", "-"+part, filepath.Join(m.Wo…
121 if err := utils.ExecContext(ctx, m.FlashTool, "-s", locationID, "RD"); err != nil {
/developtools/integration_verification/tools/fotff/tester/common/
Dcommon.go61 if err := utils.ExecContext(ctx, t.Tool, args...); err != nil {
82 if err := utils.ExecContext(ctx, t.Tool, args...); err != nil {
115 if err := utils.ExecContext(ctx, t.Tool, args...); err != nil {
/developtools/integration_verification/tools/fotff/tester/smoke/
Dsmoke.go70 if err := utils.ExecContext(ctx, "python", args...); err != nil {
89 if err := utils.ExecContext(ctx, "python", args...); err != nil {
116 if err := utils.ExecContext(ctx, "python", args...); err != nil {
/developtools/integration_verification/tools/fotff/tester/xdevice/
Dxdevice.go88 if err := utils.ExecContext(ctx, "python", args...); err != nil {
104 if err := utils.ExecContext(ctx, "python", args...); err != nil {
128 if err := utils.ExecContext(ctx, "python", args...); err != nil {