Searched refs:mBucketName (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSBucketUtil.java | 93 private String mBucketName = null; field in GCSBucketUtil 212 return mBucketName; in getBucketName() 258 return String.format("%s://%s%s", GCS_SCHEME, mBucketName, path.toString()); in getUriForGcsPath() 269 CLog.d("Making bucket %s for project %s", mBucketName, projectId); in makeBucket() 290 mBucketName, in makeBucket() 308 CLog.d("Check stat of %s %s", mBucketName, bucketPath); in ls() 328 mBucketName, in ls() 403 CLog.d("Check stat of %s %s", mBucketName, bucketPath); in stat() 435 mBucketName, in stat() 554 localFile = FileUtil.createTempFile(mBucketName, null); in pushString() [all …]
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/gcs/ |
D | GCSConfigurationServer.java | 46 private String mBucketName; field in GCSConfigurationServer 190 return getFileDownloader().downloadFile(mBucketName, name); in downloadFileToInputStream() 198 return getFileDownloader().downloadFile(String.format("gs://%s/%s", mBucketName, name)); in downloadFile()
|