Searched defs:GCSClient (Results 1 – 3 of 3) sorted by relevance
| /external/skia/infra/bots/task_drivers/g3_canary/ |
| D | g3_canary.go | 138 …xt.Context, issue, patchset, taskFileName, taskStoragePath string, gcsClient gcs.GCSClient) error { 165 …xt, taskFileName, taskStoragePath string, httpClient *http.Client, gcsClient gcs.GCSClient) error {
|
| /external/skia/infra/bots/task_drivers/codesize/ |
| D | codesize_test.go | 389 func expectUpload(t *testing.T, client *test_gcsclient.GCSClient, path, contents string) {
|
| D | codesize.go | 517 func uploadPerfData(ctx context.Context, perfGCS gcs.GCSClient, gcsPathPrefix, binaryName, taskID s… 555 func uploadFileToGCS(ctx context.Context, gcsClient gcs.GCSClient, path string, contents []byte) er…
|