Searched refs:parseGcsPath (Results 1 – 2 of 2) sorted by relevance
92 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()
129 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