Searched refs:pathParts (Results 1 – 1 of 1) sorted by relevance
173 String[] pathParts = parseGcsPath(remotePath); in downloadFile() local174 downloadFile(pathParts[0], pathParts[1], destFile); in downloadFile()227 String[] pathParts = parseGcsPath(remotePath); in isFresh() local228 String bucketName = pathParts[0]; in isFresh()229 String remoteFilename = pathParts[1]; in isFresh()