Home
last modified time | relevance | path

Searched defs:GCSClient (Results 1 – 3 of 3) sorted by relevance

/external/skia/infra/bots/task_drivers/g3_canary/
Dg3_canary.go138 …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/
Dcodesize_test.go389 func expectUpload(t *testing.T, client *test_gcsclient.GCSClient, path, contents string) {
Dcodesize.go517 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…