Searched refs:extractOutput (Results 1 – 3 of 3) sorted by relevance
/external/skia/infra/bots/task_drivers/compile_wasm_gm_tests/ |
D | compile_wasm_gm_tests.go | 69 if err := extractOutput(ctx, workAbsPath, outAbsPath); err != nil { 86 func extractOutput(ctx context.Context, workDir, outAbsPath string) error { func
|
/external/skia/infra/bots/task_drivers/cifuzz/ |
D | cifuzz.go | 76 if err := extractOutput(ctx, workDir, outAbsPath); err != nil { 216 func extractOutput(ctx context.Context, workDir, outAbsPath string) error { func
|
D | cifuzz_test.go | 62 return extractOutput(ctx, fakeWorkDir, fakeOutput)
|