Home
last modified time | relevance | path

Searched refs:gcsPath (Results 1 – 2 of 2) sorted by relevance

/external/skia/infra/cts/
Drun_testlab.go286 func uploadAPK(apkPath, gcsPath, propStr string, client *http.Client) error { argument
297 …if err := copyReaderToGCS(gcsPath, apkFile, client, "application/vnd.android.package-archive", pro…
301 sklog.Infof("APK uploaded to gs://%s", gcsPath)
417 func (t *TestRunMeta) writeToGCS(gcsPath string, client *http.Client) error {
422 return copyReaderToGCS(gcsPath, bytes.NewReader(jsonBytes), client, "", nil, false, true)
430 func copyReaderToGCS(gcsPath string, reader io.Reader, client *http.Client, contentType string, met…
435 bucket, path := gcs.SplitGSPath(gcsPath)
/external/skqp/infra/cts/
Drun_testlab.go286 func uploadAPK(apkPath, gcsPath, propStr string, client *http.Client) error { argument
297 …if err := copyReaderToGCS(gcsPath, apkFile, client, "application/vnd.android.package-archive", pro…
301 sklog.Infof("APK uploaded to gs://%s", gcsPath)
417 func (t *TestRunMeta) writeToGCS(gcsPath string, client *http.Client) error {
422 return copyReaderToGCS(gcsPath, bytes.NewReader(jsonBytes), client, "", nil, false, true)
430 func copyReaderToGCS(gcsPath string, reader io.Reader, client *http.Client, contentType string, met…
435 bucket, path := gcs.SplitGSPath(gcsPath)