Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/common/
DUtils.java323 public static String getGoogleStorageHttpUrl(String bucketPath) { in getGoogleStorageHttpUrl() argument
324 if (bucketPath != null) { in getGoogleStorageHttpUrl()
325 if (bucketPath.startsWith("gs://")) { in getGoogleStorageHttpUrl()
326 String bucketName = bucketPath.substring(5); in getGoogleStorageHttpUrl()
333 public static Anchor createGoogleStorageHttpUrlLink(String label, String bucketPath) { in createGoogleStorageHttpUrlLink() argument
334 String url = getGoogleStorageHttpUrl(bucketPath); in createGoogleStorageHttpUrlLink()