Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/testenv/
Dexec.go133 func CommandContext(t testing.TB, ctx context.Context, name string, args ...string) *exec.Cmd { func
/aosp_15_r20/prebuilts/go/linux-x86/src/os/exec/
Dexec.go462 func CommandContext(ctx context.Context, name string, arg ...string) *Cmd { func