Home
last modified time | relevance | path

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

/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DUtils.kt67 bucketName = bucket in AmazonS3Client()
74 bucketName = bucket in AmazonS3Client()
/external/autotest/frontend/client/src/autotest/common/
DUtils.java326 String bucketName = bucketPath.substring(5); in getGoogleStorageHttpUrl() local
327 return "https://console.cloud.google.com/storage/browser/" + bucketName; in getGoogleStorageHttpUrl()