Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSFileDownloaderTest.java92 String[] parts = mGCSFileDownloader.parseGcsPath("gs://bucketname/path/to/file"); in testParseGcsPath()
101 String[] parts = mGCSFileDownloader.parseGcsPath(gcsPath); in testparseGcsPath_singleSlash()
109 mGCSFileDownloader.parseGcsPath("/bucketname/path/to/file"); in testParseGcsPath_noGCSPath()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java129 String[] pathParts = parseGcsPath(remotePath); in downloadFile()
148 String[] pathParts = parseGcsPath(remotePath); in isFresh()
238 String[] parseGcsPath(String remotePath) throws BuildRetrievalError { in parseGcsPath() method in GCSFileDownloader