Searched refs:pathParts (Results 1 – 1 of 1) sorted by relevance
126 String[] pathParts = parseGcsPath(remotePath); in downloadFile() local127 downloadFile(pathParts[0], pathParts[1], destFile); in downloadFile()145 String[] pathParts = parseGcsPath(remotePath); in isFresh() local146 String bucketName = pathParts[0]; in isFresh()147 String remoteFilename = pathParts[1]; in isFresh()